Remove cutenews/yui, use twitter bootstrap css
[contractdashboard.git] / config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?PHP
 
//System Configurations
 
$config_http_script_dir = "http://localhost/contractDashboard/cutenews";
 
$config_skin = "default";
 
$config_date_adjust = "0";
 
$config_smilies = "smile,wink,wassat,tongue,laughing,sad,angry,crying";
 
$config_auto_archive = "no";
 
$config_allow_registration = "no";
 
$config_registration_level = "4";
 
$config_use_avatar = "no";
 
$config_use_wysiwyg = "no";
 
$config_reverse_active = "no";
 
$config_timestamp_active = "d M Y";
 
$config_full_popup = "no";
 
$config_full_popup_string = "HEIGHT=400,WIDTH=650,resizable=yes,scrollbars=yes";
 
$config_show_comments_with_full = "yes";
 
$config_auto_wrap = "44";
 
$config_reverse_comments = "no";
 
$config_flood_time = "15";
 
$config_comment_max_long = "1500";
 
$config_comments_per_page = "50";
 
$config_only_registered_comment = "no";
 
$config_allow_url_instead_mail = "yes";
 
$config_timestamp_comment = "d M Y h:i a";
 
$config_comments_popup = "no";
 
$config_comments_popup_string = "HEIGHT=400,WIDTH=650,resizable=yes,scrollbars=yes";
 
$config_show_full_with_comments = "yes";
 
$config_notify_email = "govhack@lambdacomplex.org";
 
$config_notify_status = "disabled";
 
$config_notify_registration = "no";
 
$config_notify_comment = "no";
 
$config_notify_unapproved = "no";
 
$config_notify_archive = "no";
 
$config_notify_postponed = "no";
 
?>