#100 - fix script
This commit is contained in:
parent
e19d57648c
commit
929c2dda4f
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ foreach (glob($directory . '/*/index.php') as $filePath) {
|
|||
$newRoleValue = "1_pochet";
|
||||
break;
|
||||
}
|
||||
|
||||
$data['role'] = $newRoleValue;
|
||||
|
||||
$exportedData = "<?php\n\nreturn " . var_export($data, true) . ";\n";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue