various bits a pieces
[otpcentral.git] / php / authd / authd.php
1 <?php
2 // this components is the part that does the actual auth. It'll run as a user and secure all its data.
3 require_once("../lib/lib.php")
4
5
6 ?>