#100 - fix script

This commit is contained in:
isUnknown 2025-01-20 14:44:37 +01:00
parent e19d57648c
commit 929c2dda4f

View file

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