diff --git a/objects/include_config.php b/objects/include_config.php index f439c81d87d3..36dfd8fea7d6 100644 --- a/objects/include_config.php +++ b/objects/include_config.php @@ -22,6 +22,7 @@ */ if (!empty($doNotIncludeConfig)) { //error_log('AVideo includeconfig ignored'); + // in this line the mysql connection will not be opened and session will not be opened require_once $global['systemRootPath'] . 'objects/plugin.php'; require_once $global['systemRootPath'] . 'plugin/AVideoPlugin.php'; require_once $global['systemRootPath'] . 'objects/functions.php';