mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Clear cache after core update
This commit is contained in:
15
class2.php
15
class2.php
@@ -227,6 +227,16 @@ if(isset($CLASS2_INCLUDE) && ($CLASS2_INCLUDE!=''))
|
||||
require_once(e_ROOT.$CLASS2_INCLUDE);
|
||||
}
|
||||
|
||||
if(empty($HANDLERS_DIRECTORY))
|
||||
{
|
||||
$HANDLERS_DIRECTORY = 'e107_handlers/';
|
||||
}
|
||||
|
||||
if(empty($PLUGINS_DIRECTORY))
|
||||
{
|
||||
$PLUGINS_DIRECTORY = 'e107_plugins/';
|
||||
}
|
||||
|
||||
//define("MPREFIX", $mySQLprefix); moved to $e107->set_constants()
|
||||
|
||||
if(empty($mySQLdefaultdb))
|
||||
@@ -247,10 +257,7 @@ unset($tmpPlugDir);
|
||||
// clever stuff that figures out where the paths are on the fly.. no more need for hard-coded e_HTTP :)
|
||||
//
|
||||
|
||||
if(empty($HANDLERS_DIRECTORY))
|
||||
{
|
||||
$HANDLERS_DIRECTORY = 'e107_handlers/';
|
||||
}
|
||||
|
||||
|
||||
$tmp = e_ROOT.$HANDLERS_DIRECTORY;
|
||||
|
||||
|
Reference in New Issue
Block a user