Vergleich admin/global.php - 1.2.7 - 1.2.13

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/eula.html
*

 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/eula.html
*

 * $Id: global.php 2932 2007-03-10 05:48:55Z chris $

 * $Id: global.php 3204 2007-07-11 02:40:42Z chris $

 */

// Lets pretend we're a level higher

 */

// Lets pretend we're a level higher

Zeile 49Zeile 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"))
{