1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

General cleanup

This commit is contained in:
CaMer0n
2012-08-10 11:37:20 +00:00
parent 35fe774435
commit 2f788a86f5
8 changed files with 9 additions and 7 deletions

View File

@@ -27,6 +27,7 @@ require_once("../../class2.php");
if(!getperms("P") || !e107::isInstalled('rss_menu'))
{
header("location:".e_BASE."index.php");
exit;
}
include_lan(e_PLUGIN."rss_menu/languages/".e_LANGUAGE."_admin_rss_menu.php");