1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
Daniel Neto 2024-01-05 22:12:53 -03:00
parent 781622a3b5
commit 2b5180eb35

View file

@ -2,6 +2,7 @@
require_once dirname(__FILE__) . '/../videos/configuration.php'; require_once dirname(__FILE__) . '/../videos/configuration.php';
$config = new AVideoConf(); $config = new AVideoConf();
$global['isForbidden'] = true; $global['isForbidden'] = true;
$global['doNotLoadPlayer'] = true;
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="<?php echo getLanguage(); ?>"> <html lang="<?php echo getLanguage(); ?>">