ug... i have no idea really...
[PHPIPManager.git] / lib / auth.php
1 <?php
2
3 class auth {
4         function Go()
5         {
6                 // there is no spoon
7                 return true;
8         }       
9 }
10
11 ?>