mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
parent
1b82b9e378
commit
370617d9ce
@ -88,6 +88,7 @@ function sqlite3_escape_string ($str)
|
||||
*/
|
||||
// Core DB class
|
||||
require(CORE_DIR . 'dbs.php');
|
||||
require(CORE_DIR . 'mysql.php');
|
||||
$DBS = new DBS($bb_cfg);
|
||||
|
||||
function DB ($db_alias = 'db1')
|
||||
|
@ -435,7 +435,6 @@ function make_url ($path = '')
|
||||
require(INC_DIR .'functions.php');
|
||||
require(INC_DIR .'sessions.php');
|
||||
require(INC_DIR .'template.php');
|
||||
require(CORE_DIR . 'mysql.php');
|
||||
|
||||
define('SQL_LAYER', 'mysql');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user