mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-18 19:53:27 +02:00
Move mass_* pages to correct folder
This commit is contained in:
@@ -21,7 +21,7 @@ if (preg_match("/[^A-z0-9_\-]/", $tool)) {
|
||||
return;
|
||||
}
|
||||
|
||||
$file = SYSTEM . 'pages/admin/tools/' . $tool . '.php';
|
||||
$file = ADMIN . 'tools/' . $tool . '.php';
|
||||
|
||||
if (@file_exists($file)) {
|
||||
require $file;
|
||||
|
Reference in New Issue
Block a user