]> git.plutz.net Git - busy/commitdiff
adjusted cgi scripts for renamed permission-file
authorpaul <paul@plutz.net>
Tue, 27 Mar 2012 01:46:10 +0000 (01:46 +0000)
committerpaul <paul@plutz.net>
Tue, 27 Mar 2012 01:46:10 +0000 (01:46 +0000)
svn path=/trunk/; revision=38

write/introedit.cgi
write/lock.cgi
write/taskmeta.cgi
write/wikiedit.cgi
write/wikimeta.cgi

index d37af6f6b6261179503d328fe3750701bf86eef2..7d0887e4beafaea8ea4f9a962817bdc9f8e2bf1d 100755 (executable)
@@ -16,7 +16,7 @@
 # along with Busy.  If not, see <http://www.gnu.org/licenses/>.
 
 [ "$HTTPS" = "on" ] && proto=https || proto=http
-. ../auth/acl.sh
+. ../auth/permissions.sh
 
 info="$(egrep -o '(^|&)i=([0-9]{10}_[0-9]{3}|intro|news)(&|$)' <<<"${QUERY_STRING}" |sed 's:&::g;s:i=::')"
 
index 3c2866db905178beeaf3a6c64ec261832cd9caea..33989b67440f2c789c569cc1298e399bbf1da39f 100755 (executable)
@@ -16,7 +16,7 @@
 # along with Busy.  If not, see <http://www.gnu.org/licenses/>.
 
 [ "$HTTPS" = "on" ] && proto=https || proto=http
-. ../auth/acl.sh
+. ../auth/permissions.sh
 $ACL_WIKIEDIT || echo "Location: ${proto}://${HTTP_HOST}/?p=Error&i=noaccess\n\n"
 $ACL_WIKIEDIT || exit 0 
 
index b5c22f4c7857adf298e96676c9a0e5f89174acf6..7b09551d000e0f571f04e872b411782b29f370b3 100755 (executable)
@@ -18,7 +18,7 @@
 #info="$(egrep -o '(^|&)i=[0-9]{10}_[0-9]{3}(&|$)' <<<"${QUERY_STRING}" |tr -d '&i=')"
 [ "$HTTPS" = "on" ] && PROTO=https || proto=http
 
-. ../auth/acl.sh
+. ../auth/permissions.sh
 $ACL_CREATETASK || echo "Location: ${proto}://${HTTP_HOST}/?p=Error&i=noaccess\n\n"
 $ACL_CREATETASK || exit 0
 
index 5a3471e6dbd8b01c7c72734149cc00e279d16e36..fc437ee549c6c19df2e75fabc0aba93211869e20 100755 (executable)
@@ -16,7 +16,7 @@
 # along with Busy.  If not, see <http://www.gnu.org/licenses/>.
 
 [ "$HTTPS" = "on" ] && proto=https || proto=http
-. ../auth/acl.sh
+. ../auth/permissions.sh
 $ACL_WIKIEDIT || echo "Location: ${proto}://${HTTP_HOST}/?p=Error&i=noaccess\n\n"
 $ACL_WIKIEDIT || exit 0
 
index e032d910d28eeff2edfffbab042c0de92a008e49..af72eab5300b92882c250606863b4c0dc2ace3a3 100755 (executable)
@@ -16,7 +16,7 @@
 # along with Busy.  If not, see <http://www.gnu.org/licenses/>.
 
 [ "$HTTPS" = "on" ] && proto=https || proto=http
-. ../auth/acl.sh
+. ../auth/permissions.sh
 env >../debug
 $ACL_WIKIEDIT || echo "Location: ${proto}://${HTTP_HOST}/?p=Error&i=noaccess\n\n"
 $ACL_WIKIEDIT || exit 0