1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-13 20:28:44 +01:00

includes/sessions.php

git-svn-id: file:///svn/phpbb/trunk@2308 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
dougk_ff7 2002-03-18 14:50:43 +00:00
parent 87bb4aeda0
commit 8fa7d2e175
2 changed files with 21 additions and 2 deletions

View File

@ -0,0 +1,19 @@
<?php
//
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
//
$dbms = "mysql";
$dbhost = "localhost";
$dbname = "devphpbb2";
$dbuser = "dougk";
$dbpasswd = "dougkff7";
$table_prefix = "phpbb_";
define('PHPBB_INSTALLED', true);
?>

View File

@ -20,7 +20,7 @@
*
***************************************************************************/
if ( !defined('IN_PHPBB') )
if ( !defined('IN_PHPBB') && !defined('IN_ADMIN') )
{
die("Hacking attempt");
}
@ -377,4 +377,4 @@ function append_sid($url, $non_html_amp = false)
return($url);
}
?>
?>