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 2023-03-09 11:24:42 -03:00
parent 915b56b2bc
commit 4f390b9df9

View file

@ -182,7 +182,6 @@ function getLanguage()
require_once $global['systemRootPath'] . 'objects/configuration.php';
require_once $global['systemRootPath'] . 'objects/functions.php';
$config = new Configuration();
var_dump($config->getLanguage());exit;
$_SESSION['language'] = $config->getLanguage();
}
if(empty($_SESSION['language'])){