Zeile 3 | Zeile 3 |
---|
* MyBB 1.2 * Copyright � 2006 MyBB Group, All Rights Reserved *
|
* MyBB 1.2 * Copyright � 2006 MyBB Group, All Rights Reserved *
|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html
| * Website: http://www.mybboard.net * License: http://www.mybboard.net/eula.html
|
*
|
*
|
* $Id: global.php 2771 2007-02-11 16:42:08Z CraKteR $
| * $Id: global.php 2932 2007-03-10 05:48:55Z chris $
|
*/
// Lets pretend we're a level higher
| */
// Lets pretend we're a level higher
|
Zeile 49 | Zeile 49 |
---|
$mybb->settings['bbname'] = stripslashes($mybb->settings['bbname']);
$time = time();
|
$mybb->settings['bbname'] = stripslashes($mybb->settings['bbname']);
$time = time();
|
| header("Content-type: text/html; charset={$lang->settings['charset']}");
|
if(is_dir(MYBB_ROOT."install") && !file_exists(MYBB_ROOT."install/lock")) {
| if(is_dir(MYBB_ROOT."install") && !file_exists(MYBB_ROOT."install/lock")) {
|