mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Перенос класса базы
This commit is contained in:
parent
2d4f59cf81
commit
1a2532402e
3 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ function make_url ($path)
|
|||
require(INC_DIR .'functions.php');
|
||||
require(INC_DIR .'sessions.php');
|
||||
require(INC_DIR .'template.php');
|
||||
require(INC_DIR .'db/mysql.php');
|
||||
require(INC_DIR .'classes/mysql.php');
|
||||
|
||||
define('SQL_LAYER', 'mysql');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue