diff --git a/contrib/errcode/errcode.php b/contrib/errcode/errcode.php new file mode 100644 index 00000000..d7c1dd04 --- /dev/null +++ b/contrib/errcode/errcode.php @@ -0,0 +1,65 @@ + +// The path to the errcode.py script. +$ERRCODE_PATH = './errcode.py'; +?> + + +
++ + system($ERRCODE_PATH . " " . $_REQUEST['e']); +?> ++ +} +?> + + +
+ Firefox users can right-click on the Error code + text box and select Add a Keyword for this Search.... + Set name to gPXE Error Code Lookup and + keyword to gxpe Then you can look up error + codes by typing something like the following in your address + bar: gpxe 0x3c018003 +
+