Astra Security
This commit is contained in:
21
upgrade.php
Normal file
21
upgrade.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
if (!defined('ASTRAPATH')) {
|
||||
|
||||
define('ASTRAPATH', dirname(__FILE__) . '/');
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
$files_to_delete = array('abeo.txt');
|
||||
|
||||
foreach ($files_to_delete as $file) {
|
||||
|
||||
if (file_exists(ASTRAPATH . $file)) {
|
||||
|
||||
unlink(ASTRAPATH . $file);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user