#100 - fix script
This commit is contained in:
parent
1becf642f6
commit
420c9ca03f
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,10 @@ foreach (glob($directory . '/*/index.php') as $filePath) {
|
|||
case "pochet":
|
||||
$newRoleValue = "1_pochet";
|
||||
break;
|
||||
|
||||
case NULL:
|
||||
$newRoleValue = "admin";
|
||||
break;
|
||||
}
|
||||
|
||||
if (isset($newRoleValue)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue