mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
Initial Lastread support. Mind the schema and config changes\!
git-svn-id: file:///svn/phpbb/trunk@3102 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
$dbms = "mysql";
|
||||
$dbhost = "localhost";
|
||||
$dbname = "phpbb";
|
||||
$dbuser = "phpbb";
|
||||
$dbpasswd = "phpbb0wn$";
|
||||
|
||||
define("PHPBB_INSTALLED", true);
|
||||
$table_prefix = "phpbb_";
|
||||
|
||||
define('DEBUG', 1);
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user