693486c93fae83c0e3289d324803d30f8092cfa4
[gwvp.git] / gwvplib / gwvplib.php
1 <?php
2
3
4 require_once("gwvpweb.php");
5 require_once("gwvpgitbackend.php");
6 require_once("gwvpuseradmin.php");
7 require_once("gwvprepoadmin.php");
8 require_once("gwvpauth.php");
9 require_once("gwvpsetup.php");
10 require_once("gwvpdatabase.php");
11 require_once("gwvpconfig.php");
12 require_once("gwvpgitcontrol.php");
13
14 // this is loaded second last
15 require_once("gwvppluginloader.php");
16
17 // only enable this if you need it:
18 require_once("gwvpdebug.php");
19
20
21 ?>