]> git.plutz.net Git - busy/blobdiff - session.cgi
implemented bitcoin donations and advertisement (via http://bitcoinadvertisers.com)
[busy] / session.cgi
index d5eaacbeabfc33800b8defd08a064de6a967813b..ff9f900fe6f3535248d46f2f1acedef804e6ea5d 100755 (executable)
@@ -17,9 +17,4 @@
 
 # This file must be password protected by the webserver (e.g. via a Files clause in .htaccess)
 LOGIN=true
-USER="${REMOTE_USER}"
-
-grep -xq "$USER" auth/develop.user && DEV=true
-grep -xq "$USER" auth/admin.user && ADM=true
-
 . ./index.cgi