1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

init php-routing, unfinished

This commit is contained in:
Vinzenz Hersche 2018-06-06 03:29:44 +02:00
parent 7df2011b73
commit 4b5e5cd4fe
102 changed files with 7428 additions and 370 deletions

View file

@ -1,5 +1,5 @@
<?php
if (empty($global['systemRootPath'])) {
if (!isset($global['systemRootPath'])) {
$global['systemRootPath'] = '../';
}
require_once $global['systemRootPath'] . 'videos/configuration.php';