Skip to content

Commit

Permalink
Removed redundant "$action == "adduser" section.
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@758 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Nov 2, 2003
1 parent 1d02695 commit 983c725
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions admin/database.php
Expand Up @@ -514,11 +514,6 @@
}
}

elseif ($action == "adduser")
{
exec("$homedir\htpasswd.exe -b .htpasswd {$_POST['user']} {$_POST['pass']}");
}

else
{
echo "$action Not Yet Available!";
Expand Down

0 comments on commit 983c725

Please sign in to comment.