reaplced the git service code (main gitbackendinterface()) with a new
[gwvp.git] / gwvplib / gwvpweb.php
index 92ed814..3cc931c 100644 (file)
@@ -226,4 +226,16 @@ function gwvp_TailBuilder()
        echo "<font size=\"-1\"><i>Copyright 2011, PJR - licensed under GPL</i></font>";
 }
 
+function gwvp_fourZeroThree()
+{
+       header("HTTP/1.0 403 Permission Denied");
+}
+
+function gwvp_fourZeroFour()
+{
+       header("HTTP/1.0 404 No Such Thing");
+}
+
+
+
 ?>
\ No newline at end of file