Vergleich install/index.php - 1.4.2 - 1.4.9

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 1Zeile 1
<?php
/**
* MyBB 1.4

<?php
/**
* MyBB 1.4

 * Copyright � 2008 MyBB Group, All Rights Reserved

 * Copyright © 2008 MyBB Group, All Rights Reserved

 *
* Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*

 *
* Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*

 * $Id: index.php 4202 2008-09-21 19:51:20Z Tikitiki $

 * $Id: index.php 4305 2009-01-02 08:05:39Z Tikitiki $

 */

@error_reporting(E_ALL & ~E_NOTICE);

 */

@error_reporting(E_ALL & ~E_NOTICE);

Zeile 97Zeile 97
if(function_exists('sqlite_open'))
{
$dboptions['sqlite2'] = array(

if(function_exists('sqlite_open'))
{
$dboptions['sqlite2'] = array(

		'class' => 'DB_SQLite',

		'class' => 'DB_SQLite2',

		'title' => 'SQLite 2',
'short_title' => 'SQLite',
'structure_file' => 'sqlite_db_tables.php',

		'title' => 'SQLite 2',
'short_title' => 'SQLite',
'structure_file' => 'sqlite_db_tables.php',

Zeile 1948Zeile 1948
	$cache->update_banned();
$cache->update_birthdays();
$cache->update("plugins", array());

	$cache->update_banned();
$cache->update_birthdays();
$cache->update("plugins", array());

 
	$cache->update("internal_settings", array('encryption_key' => random_str(32)));

	echo $lang->done . '</p>';

echo $lang->done_step_success;

	echo $lang->done . '</p>';

echo $lang->done_step_success;