made scan work... think i also have a solution for ipv6 sunetting... its pretty simpl...
[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 ?>