fix installwp

This commit is contained in:
2015-07-11 00:15:33 +03:00
parent bd45331ef1
commit ec2329e2a0
2 changed files with 3 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ if($SURE == "yes")
$output = shell_exec($command);
echo "<pre>$output</pre>";
# Delete passfile
// Delete passfile
unlink($PASSFILE);
}
else