Move mass_* pages to correct folder

This commit is contained in:
slawkens
2023-02-03 12:14:36 +01:00
parent a080b21408
commit 9fadba7d07
4 changed files with 3 additions and 3 deletions

View File

@@ -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;