GroupRights.php
authoredward <edward@roojs.com>
Mon, 15 Jan 2018 03:16:59 +0000 (11:16 +0800)
committeredward <edward@roojs.com>
Mon, 15 Jan 2018 03:16:59 +0000 (11:16 +0800)
GroupRights.php

index 00540e0..342b49b 100644 (file)
@@ -1,16 +1,16 @@
 <?php
-
-/*
- * To change this license header, choose License Headers in Project Properties.
- * To change this template file, choose Tools | Templates
- * and open the template in the editor.
- */
-
 /**
- * Description of GroupRights
- *
- * @author edward
+ * 
+ * Part of Core..
+ * 
  */
-class GroupRights {
-    //put your code here
-}
+require_once 'Pman/Admin/GroupRights.php';
+
+class Pman_BAdmin_GroupRights extends Pman_Admin_GroupRights
+{
+    function checkPerm($perms, $lvl)
+    {
+        return $this->hasPerm($perms, $lvl);
+    }
+    
+}
\ No newline at end of file