Pman.php
[Pman.Core] / Pman.php
1 <?php
2
3 /*
4  * this is loaded by the pman admin..
5  *
6  * it checks that required variables are set...
7  *
8  */
9 class Pman_Core_Pman {
10     
11     
12     function init ($pg)
13     {
14         
15     }
16     
17     
18     
19 }