mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Disabled the loading of legacy core path e107_themes/templates/*
This commit is contained in:
@@ -2244,7 +2244,7 @@ class e107
|
||||
}
|
||||
elseif(is_readable($legacy_core_path)) //v1 core template.
|
||||
{
|
||||
return $legacy_core_path;
|
||||
// return $legacy_core_path; // just asking for trouble.
|
||||
}
|
||||
|
||||
return $core_path;
|
||||
|
Reference in New Issue
Block a user