]> git.plutz.net Git - busy/blobdiff - Error.page
modified to use acl engine
[busy] / Error.page
index 61af555b1a72397ebd7b41dc67e08c85b16dbac0..519dfbb1b26a9e6a5bbcfba1c0ca305e79f45a43 100644 (file)
@@ -28,6 +28,8 @@ case "${reason}" in
     ;;
   input) echo 'Invalid set of input data.'
     ;;
+  noaccess) echo '... because you were probably trying to do something nasty.'
+    ;;
   *) echo 'Unknown generic fuckup :-('
     ;;
 esac