reaplced the git service code (main gitbackendinterface()) with a new
[gwvp.git] / gwvplib / gwvplib.php
index 526c9cc..d70dc3f 100644 (file)
@@ -10,12 +10,14 @@ require_once("gwvpsetup.php");
 require_once("gwvpdatabase.php");
 require_once("gwvpconfig.php");
 require_once("gwvpgitcontrol.php");
+require_once("gwvpinputcheck.php");
+require_once("gwvpemail.php");
 
 // this is loaded second last
 require_once("gwvppluginloader.php");
 
 // only enable this if you need it:
-// require_once("gwvpdebug.php");
+require_once("gwvpdebug.php");
 
 
 ?>
\ No newline at end of file