1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

New template system. Lots of merging conflicts, so let nate know if he broke stuff.

git-svn-id: file:///svn/phpbb/trunk@105 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
natec
2001-03-17 00:46:26 +00:00
parent b1ce902c02
commit 40f1f172a8
12 changed files with 476 additions and 438 deletions

View File

@@ -29,16 +29,16 @@ $session_cookie_time = 3600;
// DB connection config
$dbms = "mysql";
$dbhost = "localhost";
$dbname = "";
$dbuser = "";
$dbpasswd = "";
$dbname = "phpbb2";
$dbuser = "phpbb2";
$dbpasswd = "bbphp2bb";
// Date format (needs to go into DB)
$date_format = "M d Y h:i:s a"; // American datesformat
//$date_format = "d-m-Y H:i:s"; // European datesformat
// DB table prefix
$table_prefix = "phpbb_";
$table_prefix = "";
$url_images = "images";
$image_quote = "$url_images/quote.gif";