Zeile 1 | Zeile 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 4278 2008-11-23 21:12:34Z Tikitiki $
|
*/
@error_reporting(E_ALL & ~E_NOTICE);
| */
@error_reporting(E_ALL & ~E_NOTICE);
|
Zeile 97 | Zeile 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',
|