some framework stuff
[gwvp.git] / gwvplib / gwvplib.php
1 <?php
2
3 require_once("gwvpweb.php");
4 require_once("gwvpgitbackend.php");
5 require_once("gwvpuseradmin.php");
6 require_once("gwvprepoadmin.php");
7
8 // TODO: need to do this bit
9 function gwvp_issetup()
10 {
11         return true;
12 }
13
14 ?>