1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 05:11:42 +02:00

Poll permissions are 'plugin' related

This commit is contained in:
e107steved
2007-10-28 21:10:00 +00:00
parent 95004ff440
commit 1c40aef215

View File

@@ -11,14 +11,14 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/poll/admin_config.php,v $
| $Revision: 1.2 $
| $Date: 2007-01-07 15:59:42 $
| $Revision: 1.3 $
| $Date: 2007-10-28 21:09:52 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
require_once("../../class2.php");
if (!is_object($tp)) $tp = new e_parse;
if (!getperms("U")) {
if (!getperms("P")) {
header("location:".e_BASE."index.php");
exit;
}