1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-19 12:11:55 +02:00

Bugtracker #4439 - wrong perms

This commit is contained in:
e107steved 2008-06-27 19:41:01 +00:00
parent 088d2f2e0f
commit 79855e6764

View File

@ -11,15 +11,16 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/newsfeed/admin_config.php,v $
| $Revision: 1.2 $
| $Date: 2008-04-29 19:44:25 $
| $Revision: 1.3 $
| $Date: 2008-06-27 19:40:54 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
require_once("../../class2.php");
if (!getperms("E")) {
header("location:".e_BASE."index.php");
exit;
if (!getperms("P"))
{
header("location:".e_BASE."index.php");
exit;
}
require_once(e_ADMIN."auth.php");