mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-09 14:27:55 +00:00
load missed dependency
This commit is contained in:
parent
512bd56056
commit
62a4f33b53
@ -14,6 +14,7 @@ require_once('../config/app.php');
|
|||||||
require_once('../library/curl.php');
|
require_once('../library/curl.php');
|
||||||
require_once('../library/robots.php');
|
require_once('../library/robots.php');
|
||||||
require_once('../library/mysql.php');
|
require_once('../library/mysql.php');
|
||||||
|
require_once('../library/ftp.php');
|
||||||
|
|
||||||
// Connect database
|
// Connect database
|
||||||
$db = new MySQL(DB_HOST, DB_PORT, DB_NAME, DB_USERNAME, DB_PASSWORD);
|
$db = new MySQL(DB_HOST, DB_PORT, DB_NAME, DB_USERNAME, DB_PASSWORD);
|
||||||
|
Loading…
Reference in New Issue
Block a user