mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
parent
8bc8f0d2eb
commit
1ed3c1a1e6
1 changed files with 6 additions and 6 deletions
|
@ -4,17 +4,17 @@ require_once __DIR__ . DIRECTORY_SEPARATOR . 'autoload.php';
|
|||
if (empty($global['systemRootPath'])) {
|
||||
$global['systemRootPath'] = '../';
|
||||
}
|
||||
includeConfigLog(__LINE__, basename(__FILE__));
|
||||
|
||||
require_once $global['systemRootPath'] . 'videos/configuration.php';
|
||||
includeConfigLog(__LINE__, basename(__FILE__));
|
||||
|
||||
require_once $global['systemRootPath'] . 'objects/bootGrid.php';
|
||||
includeConfigLog(__LINE__, basename(__FILE__));
|
||||
|
||||
require_once $global['systemRootPath'] . 'objects/userGroups.php';
|
||||
includeConfigLog(__LINE__, basename(__FILE__));
|
||||
|
||||
require_once $global['systemRootPath'] . 'plugin/Plugin.abstract.php';
|
||||
includeConfigLog(__LINE__, basename(__FILE__));
|
||||
|
||||
require_once $global['systemRootPath'] . 'plugin/AVideoPlugin.php';
|
||||
includeConfigLog(__LINE__, basename(__FILE__));
|
||||
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue