broken atm cause i've been interchably passing around repo.git and
[gwvp.git] / gwvplib / gwvpweb.php
index 92ed814..b9e7e1b 100644 (file)
@@ -226,4 +226,18 @@ function gwvp_TailBuilder()
        echo "<font size=\"-1\"><i>Copyright 2011, PJR - licensed under GPL</i></font>";
 }
 
+function gwvp_fourZeroThree()
+{
+       error_log("403 called");
+       header("HTTP/1.0 403 Permission Denied");
+}
+
+function gwvp_fourZeroFour()
+{
+       error_log("404 called");
+       header("HTTP/1.0 404 No Such Thing");
+}
+
+
+
 ?>
\ No newline at end of file