6220a79527d1f467a3da68fa4dfbab4d53892bd2
[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 ?>