add amendments metric
[contractdashboard.git] / cutenews / data / config.php
blob:a/cutenews/data/config.php -> blob:b/cutenews/data/config.php
<?PHP <?PHP
//System Configurations //System Configurations
$config_http_script_dir = "http://localhost/contractDashboard/cutenews"; $config_http_script_dir = "http://localhost/contractDashboard/cutenews";
$config_skin = "default"; $config_skin = "default";
$config_date_adjust = "0"; $config_date_adjust = "0";
$config_smilies = "smile,wink,wassat,tongue,laughing,sad,angry,crying"; $config_smilies = "smile,wink,wassat,tongue,laughing,sad,angry,crying";
$config_auto_archive = "no"; $config_auto_archive = "no";
$config_allow_registration = "no"; $config_allow_registration = "no";
$config_registration_level = "4"; $config_registration_level = "4";
$config_use_avatar = "no"; $config_use_avatar = "no";
$config_use_wysiwyg = "no"; $config_use_wysiwyg = "no";
$config_reverse_active = "no"; $config_reverse_active = "no";
$config_timestamp_active = "d M Y"; $config_timestamp_active = "d M Y";
$config_full_popup = "no"; $config_full_popup = "no";
$config_full_popup_string = "HEIGHT=400,WIDTH=650,resizable=yes,scrollbars=yes"; $config_full_popup_string = "HEIGHT=400,WIDTH=650,resizable=yes,scrollbars=yes";
$config_show_comments_with_full = "yes"; $config_show_comments_with_full = "yes";
$config_auto_wrap = "44"; $config_auto_wrap = "44";
$config_reverse_comments = "no"; $config_reverse_comments = "no";
$config_flood_time = "15"; $config_flood_time = "15";
$config_comment_max_long = "1500"; $config_comment_max_long = "1500";
$config_comments_per_page = "50"; $config_comments_per_page = "50";
$config_only_registered_comment = "no"; $config_only_registered_comment = "no";
$config_allow_url_instead_mail = "yes"; $config_allow_url_instead_mail = "yes";
$config_timestamp_comment = "d M Y h:i a"; $config_timestamp_comment = "d M Y h:i a";
$config_comments_popup = "no"; $config_comments_popup = "no";
$config_comments_popup_string = "HEIGHT=400,WIDTH=650,resizable=yes,scrollbars=yes"; $config_comments_popup_string = "HEIGHT=400,WIDTH=650,resizable=yes,scrollbars=yes";
$config_show_full_with_comments = "yes"; $config_show_full_with_comments = "yes";
$config_notify_email = "govhack@lambdacomplex.org"; $config_notify_email = "govhack@lambdacomplex.org";
$config_notify_status = "disabled"; $config_notify_status = "disabled";
$config_notify_registration = "no"; $config_notify_registration = "no";
$config_notify_comment = "no"; $config_notify_comment = "no";
$config_notify_unapproved = "no"; $config_notify_unapproved = "no";
$config_notify_archive = "no"; $config_notify_archive = "no";
$config_notify_postponed = "no"; $config_notify_postponed = "no";
?> ?>