mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
header performance - readable checks removed
This commit is contained in:
@@ -190,10 +190,8 @@ if (is_array($pref['e_meta_list']))
|
|||||||
ob_start();
|
ob_start();
|
||||||
foreach($pref['e_meta_list'] as $val)
|
foreach($pref['e_meta_list'] as $val)
|
||||||
{
|
{
|
||||||
if(is_readable(e_PLUGIN.$val."/e_meta.php"))
|
// no checks fore existing file - performance
|
||||||
{
|
e107_include_once(e_PLUGIN.$val."/e_meta.php");
|
||||||
require_once(e_PLUGIN.$val."/e_meta.php");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
// content will be added later
|
// content will be added later
|
||||||
// NOTE: not wise to do e_meta output, use JS Manager!
|
// NOTE: not wise to do e_meta output, use JS Manager!
|
||||||
|
Reference in New Issue
Block a user