debugging
This commit is contained in:
@@ -26,7 +26,7 @@ $ACTION = escapeshellarg($ACTION);
|
||||
$USER = escapeshellarg($USER);
|
||||
|
||||
$RAND = mt_rand(100000, 999999);
|
||||
$PASSFILE = '.' . $RAND . '.pass';
|
||||
$PASSFILE = $RAND . '.pass';
|
||||
file_put_contents($PASSFILE, $PASS);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user