]> git.plutz.net Git - busy/blobdiff - write/introedit.cgi
adjusted cgi scripts for renamed permission-file
[busy] / write / introedit.cgi
index bfa6e55f2a2214e50aa940d56ac09cce4aeea9b7..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=::')"
 
@@ -24,10 +24,10 @@ if [ "$info" = "news" ]; then
   $ACL_ADDNEWS || info=''
 elif [ "$info" = "intro" ]; then
   $ACL_EDITINTRO || info=''
-elif [ -z "$info" ]
+elif [ -z "$info" ]; then
   $ACL_EDITNEWS || info=''
 fi
-[ -n "$info" ] || echo "Location: ${proto}://${HTTP_HOST}/?p=Error&i=noaccess\n\n"
+[ -n "$info" ] || echo -n "Location: ${proto}://${HTTP_HOST}/?p=Error&i=noaccess\n\n"
 [ -n "$info" ] || exit 0
 
 [ "$info" = "news" ] && info="$(date +%s)_$(apg -M N -a 1 -n 1 -m 3 -x 3)"