VerifyAccess.php
[Pman.Core] / VerifyAccess.php
index 3ac00fa..e49bf83 100644 (file)
@@ -1,8 +1,20 @@
 <?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.
- */
+require_once 'Pman.php';
 
+class Pman_Core_VerifyAccess extends Pman
+{
+    /*
+     * This is a public page
+     */
+    function getAuth() 
+    {
+        return true;
+    }
+    
+    function get($id)
+    {
+        
+    }
+    
+}