1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2024-12-03 10:44:42 -03:00
parent 80dbf3d58f
commit 7f1d5e5a98

View file

@ -12,6 +12,11 @@ if (file_exists($configFile)) {
header("Location: install/index.php");
exit;
}
if(!empty($isStandAlone)){
die('StandAlone Mode');
}
//require_once "{$global['systemRootPath']}objects/functions.php";
$paths = getIframePaths();