added numerous database components
[gwvp.git] / gwvplib / gwvplib.php
index e69de29..e23ece7 100644 (file)
@@ -0,0 +1,15 @@
+<?php
+
+require_once("gwvpweb.php");
+require_once("gwvpgitbackend.php");
+require_once("gwvpuseradmin.php");
+require_once("gwvprepoadmin.php");
+require_once("gwvpauth.php");
+require_once("gwvpsetup.php");
+require_once("gwvpdatabase.php");
+
+// only enable this if you need it:
+require_once("gwvpdebug.php");
+
+
+?>
\ No newline at end of file