Skip to content

Commit

Permalink
Added security fix - all functions disabled if $accesscontrol = 0;
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@949 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Mar 3, 2004
1 parent f61f93f commit 14ea58e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/usercontrol.php
Expand Up @@ -35,6 +35,7 @@
*/

if (!$homedir) {exit;}
if ($accesscontrol <> 1) {exit;}

if (!file_exists("$homedir/.htaccess"))
{
Expand Down

0 comments on commit 14ea58e

Please sign in to comment.