mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-08 22:07:56 +00:00
remove unused dependencies
This commit is contained in:
parent
8550570f32
commit
9104dbd61d
@ -2,10 +2,7 @@
|
|||||||
|
|
||||||
// Load system dependencies
|
// Load system dependencies
|
||||||
require_once(__DIR__ . '/../config/app.php');
|
require_once(__DIR__ . '/../config/app.php');
|
||||||
require_once(__DIR__ . '/../library/curl.php');
|
|
||||||
require_once(__DIR__ . '/../library/robots.php');
|
|
||||||
require_once(__DIR__ . '/../library/filter.php');
|
require_once(__DIR__ . '/../library/filter.php');
|
||||||
require_once(__DIR__ . '/../library/parser.php');
|
|
||||||
require_once(__DIR__ . '/../library/mysql.php');
|
require_once(__DIR__ . '/../library/mysql.php');
|
||||||
require_once(__DIR__ . '/../library/sphinxql.php');
|
require_once(__DIR__ . '/../library/sphinxql.php');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user