mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
- various missing js settings added
- overall javascript management routine cleanup (need testing, mainly after clean install)
This commit is contained in:
@@ -193,7 +193,7 @@ else
|
||||
//
|
||||
// F: Grab e107_config, get directory paths and create $e107 object
|
||||
//
|
||||
@include_once(realpath(dirname(__FILE__).'/e107_config.php'));
|
||||
@include(realpath(dirname(__FILE__).'/e107_config.php'));
|
||||
|
||||
if(isset($CLASS2_INCLUDE) && ($CLASS2_INCLUDE!=''))
|
||||
{
|
||||
|
Reference in New Issue
Block a user