From 28cb3849947f08b9322150f97a85b475ee94c0f5 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 19 Apr 2001 13:30:47 +0000 Subject: Moved defaults to common + dir move changes git-svn-id: file:///svn/phpbb/trunk@184 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/config.php | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'phpBB/config.php') diff --git a/phpBB/config.php b/phpBB/config.php index 9820a6cf02..e55278aef6 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -37,28 +37,7 @@ $dbname = ""; $dbuser = ""; $dbpasswd = ""; -// Date format (needs to go into DB) -//$date_format = "m-d-Y H:i:s"; // American datesformat -$date_format = "d M Y h:i:s a"; // European datesformat - // DB table prefix $table_prefix = "phpbb_"; -$url_images = "images"; -$image_quote = "$url_images/quote.gif"; - -$image_edit = "$url_images/edit.gif"; -$image_profile = "$url_images/profile.gif"; -$image_email = "$url_images/email.gif"; -$image_pmsg = "$url_images/pm.gif"; -$image_delpost = "$url_images/edit.gif"; - -$image_ip = "$url_images/ip_logged.gif"; - -$image_www = "$url_images/www_icon.gif"; -$image_icq = "$url_images/icq_add.gif"; -$image_aim = "$url_images/aim.gif"; -$image_yim = "$url_images/yim.gif"; -$image_msnm = "$url_images/msnm.gif"; - ?> -- cgit v1.2.1