]> git.plutz.net Git - shellwiki/blobdiff - handlers/30_newpage.sh
acl scheme for [wiki] special pages
[shellwiki] / handlers / 30_newpage.sh
index ad9f7eb72dc802e9facdf9612d8c8e5041626d05..f3cbde7fa464a867eda5f1852aebf775dfd3a770 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+. "$_EXEC/session_lock.sh"
+
 case $PATH_INFO in
   */\[newpage\]):;;
   *) return 1;;