Pman.php
authorEdward <edward@roojs.com>
Tue, 25 Aug 2015 05:44:08 +0000 (13:44 +0800)
committerEdward <edward@roojs.com>
Tue, 25 Aug 2015 05:44:08 +0000 (13:44 +0800)
Pman.php

index 3ac00fa..f452052 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -1,8 +1,19 @@
 <?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.
+/*
+ * this is loaded by the pman admin..
+ *
+ * it checks that required variables are set...
+ *
  */
-
+class Pman_Core_Pman {
+    
+    
+    function init ($pg)
+    {
+        
+    }
+    
+    
+    
+}
\ No newline at end of file