mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-07 16:15:22 +02:00
includes/sessions.php
git-svn-id: file:///svn/phpbb/trunk@2308 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
87bb4aeda0
commit
8fa7d2e175
@ -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);
|
||||||
|
|
||||||
|
?>
|
@ -20,7 +20,7 @@
|
|||||||
*
|
*
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
if ( !defined('IN_PHPBB') )
|
if ( !defined('IN_PHPBB') && !defined('IN_ADMIN') )
|
||||||
{
|
{
|
||||||
die("Hacking attempt");
|
die("Hacking attempt");
|
||||||
}
|
}
|
||||||
@ -377,4 +377,4 @@ function append_sid($url, $non_html_amp = false)
|
|||||||
return($url);
|
return($url);
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user