ug... i have no idea really...
[PHPIPManager.git] / lib / lib.php
1 <?php
2
3 global $actionRegister;
4
5 require_once "config.php";
6 require_once "www.php";
7 require_once "db.php";
8 require_once "auth.php";
9 require_once "ip.php";
10
11 ?>