more password anti-disclosure

This commit is contained in:
2015-07-10 14:12:31 +03:00
parent 70f12a69d4
commit e39023e6fd
2 changed files with 1 additions and 1 deletions

1
file.txt Normal file
View File

@@ -0,0 +1 @@
password ' ls -R

View File

@@ -23,7 +23,6 @@ $SURE = $_POST['sure'];
// Sanitize variables
$ACTION = escapeshellarg($ACTION);
$USER = escapeshellarg($USER);
$PASS = escapeshellarg($PASS);
$RAND = mt_rand(100000, 999999);
$PASSFILE = $RAND . '.pass';