mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
FIX video count issue
This commit is contained in:
parent
ed2d0dafdb
commit
cd988a859e
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
$global['webSiteRootURL'] .= (substr($global['webSiteRootURL'], -1) == '/' ? '' : '/');
|
||||
$global['systemRootPath'] .= (substr($global['systemRootPath'], -1) == '/' ? '' : '/');
|
||||
session_name(preg_replace( '/[\W]/', '', $global['webSiteRootURL']));
|
||||
$global['session_name'] = preg_replace( '/[\W]/', '', $global['webSiteRootURL']);
|
||||
session_name($global['session_name']);
|
||||
ini_set('error_log', $global['systemRootPath'] . 'videos/avideo.log');
|
||||
global $global, $config, $advancedCustom, $advancedCustomUser;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue