ProjectPatatoe
4 years ago
No known key found for this signature in database
GPG Key ID: EC04023B28C44502
1 changed files with
1 additions and
1 deletions
-
system/admin/views/backup.html.php
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
if (login()) { |
|
|
|
if (isset($_GET['file'])) { |
|
|
|
$file = _h($_GET['file']); |
|
|
|
|
|
|
|
$file = preg_replace('/\/|\\\\/','0',$file); |
|
|
|
if (!empty($file)) { |
|
|
|
unlink("backup/$file"); |
|
|
|
} |
|
|
|
|