@@ 44-46 (lines=3) @@ | ||
41 | define('TIME_START', microtime(true)); |
|
42 | ||
43 | // Just being safe... |
|
44 | foreach (array('db_character_set', 'cachedir') as $variable) |
|
45 | if (isset($GLOBALS[$variable])) |
|
46 | unset($GLOBALS[$variable]); |
|
47 | ||
48 | // Get the forum's settings for database and file paths. |
|
49 | require_once(dirname(__FILE__) . '/Settings.php'); |
@@ 35-37 (lines=3) @@ | ||
32 | ob_start(); |
|
33 | ||
34 | // Do some cleaning, just in case. |
|
35 | foreach (array('db_character_set', 'cachedir') as $variable) |
|
36 | if (isset($GLOBALS[$variable])) |
|
37 | unset($GLOBALS[$variable], $GLOBALS[$variable]); |
|
38 | ||
39 | // Load the settings... |
|
40 | require_once(dirname(__FILE__) . '/Settings.php'); |