mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update
This commit is contained in:
parent
80dbf3d58f
commit
7f1d5e5a98
1 changed files with 5 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue