#100 - fix script

This commit is contained in:
isUnknown 2025-01-20 14:53:22 +01:00
parent 1becf642f6
commit 420c9ca03f

View file

@ -14,6 +14,10 @@ foreach (glob($directory . '/*/index.php') as $filePath) {
case "pochet": case "pochet":
$newRoleValue = "1_pochet"; $newRoleValue = "1_pochet";
break; break;
case NULL:
$newRoleValue = "admin";
break;
} }
if (isset($newRoleValue)) { if (isset($newRoleValue)) {