beginning the framework for authserver
[ga4php.git] / authserver / lib / lib.php
1 <?php
2 require_once("../../lib/ga4php.php");
3
4 class gaasGA extends GoogleAuthenticator {
5         
6
7 }
8
9 ?>