mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
e_frontpage.php - doesn't work for newsfeed plugin
This commit is contained in:
@@ -14,7 +14,11 @@
|
|||||||
* $Author$
|
* $Author$
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
require_once('../../class2.php');
|
if(!defined('e107_INIT'))
|
||||||
|
{
|
||||||
|
require_once('../../class2.php');
|
||||||
|
}
|
||||||
|
|
||||||
if (!e107::isInstalled('newsfeed'))
|
if (!e107::isInstalled('newsfeed'))
|
||||||
{
|
{
|
||||||
header("location:".e_BASE."index.php");
|
header("location:".e_BASE."index.php");
|
||||||
|
Reference in New Issue
Block a user