mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 05:35:13 +03:00
make phpcs happy
This commit is contained in:
parent
63ad0cb498
commit
867baab3d1
@ -727,7 +727,7 @@ class SetupFunctions
|
|||||||
'status.php'
|
'status.php'
|
||||||
);
|
);
|
||||||
|
|
||||||
foreach($aScripts as $sScript) {
|
foreach ($aScripts as $sScript) {
|
||||||
$rFile = fopen(CONST_InstallDir.'/website/'.$sScript, 'w');
|
$rFile = fopen(CONST_InstallDir.'/website/'.$sScript, 'w');
|
||||||
|
|
||||||
fwrite($rFile, "<?php\n\n");
|
fwrite($rFile, "<?php\n\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user