1
0
mirror of https://github.com/e107inc/e107.git synced 2025-05-13 23:55:28 +02:00

e_frontpage.php - doesn't work for newsfeed plugin

This commit is contained in:
Jimmi08 2016-01-13 23:44:52 +01:00
parent 82d4a5583a
commit 119eeb83f0

@ -14,7 +14,11 @@
* $Author$
*
*/
require_once('../../class2.php');
if(!defined('e107_INIT'))
{
require_once('../../class2.php');
}
if (!e107::isInstalled('newsfeed'))
{
header("location:".e_BASE."index.php");