summaryrefslogtreecommitdiff
path: root/includes/config.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-10-19 13:31:23 +0000
committerDries Buytaert <dries@buytaert.net>2000-10-19 13:31:23 +0000
commit11ee95dadc408e16e9832af9fd0b41495e78b0a6 (patch)
treea8f5ca3387e360b37d0eafc4edfdc5fdc52d3b87 /includes/config.inc
parent43af5a7389265891770e4a283e4748678754797f (diff)
downloadbrdo-11ee95dadc408e16e9832af9fd0b41495e78b0a6.tar.gz
brdo-11ee95dadc408e16e9832af9fd0b41495e78b0a6.tar.bz2
A big, fat commit with a shitload of internal changes. Not that much
visual changes: - removed redundant files user.class.php, calendar.class.php and backend.class.php. - converted *all* mysql queries to queries supported by the database abstraction layer. - expanded the watchdog to record more information on what actually happened. - bugfix: anonymous readers where not able to view comments. - bugfix: anonymous readers could gain read-only access to the submission queue. - bugfix: invalid includes in backend.php - bugfix: invalid use of '$user->block' and last but not least: - redid 50% of the user account system
Diffstat (limited to 'includes/config.inc')
-rw-r--r--includes/config.inc16
1 files changed, 4 insertions, 12 deletions
diff --git a/includes/config.inc b/includes/config.inc
index 4d54bca98..d4f535919 100644
--- a/includes/config.inc
+++ b/includes/config.inc
@@ -9,7 +9,7 @@ $dbuname = "dries";
$dbpass = "Abc123";
$dbname = "dries";
-#$dbhost = "localhost";
+#$dbhost = "";
#$dbuname = "dries";
#$dbpass = "oakley";
#$dbname = "dries";
@@ -24,7 +24,6 @@ $sitename = "drop.org";
# The contact information will be used to send out automated mails
# to users, account holders or visitors.
$contact_email = "droppies@zind.net";
-$contact_signature = "Kind regards,\n\n-- the drop.org crew\nhttp://beta.drop.org/";
#
# Notify:
@@ -80,13 +79,13 @@ $anonymous = "Anonymous Chicken";
#
$themes = array("Marvin" => array(
"themes/marvin/marvin.theme",
- "white, simple"),
+ "classic theme, white, basic design with a fresh look"),
"Zaphod" => array(
"themes/zaphod/zaphod.theme",
- "yellow, simple"),
+ "classis theme, yellow, structured, advanced navigation"),
"UnConeD" => array(
"themes/unconed/unconed.theme",
- "gray, flashy"));
+ "modern theme, gray and blue, high coolness factor"));
#
# Submission moderation votes:
@@ -105,11 +104,4 @@ $submission_votes = array("neutral (+0)" => "+ 0",
$submission_post_threshold = "2";
$submission_dump_threshold = "-2";
-#
-# Debug flag:
-# Set to '1' if you are using Windows so the engine won't try
-# to send out mails and such. When using Unix or Linux, set
-# to '0'
-$mail = 0;
-
?> \ No newline at end of file