implemented a plugin loader so i can add things like
[gwvp.git] / www / index.php
index 1bc6bc7..792b52a 100644 (file)
@@ -30,8 +30,10 @@ require_once("gwvplib.php");
 gwvp_goWebBegin();
 //goWebGitBackEnd();
 
+
 if(function_exists("gwvp_DebugEnabled")) {
        gwvp_DebugEnabled();
 }
 
+
 ?>