]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/setup/SetupClass.php
move website settings back to settings/
[nominatim.git] / lib / setup / SetupClass.php
index 8da0b106c20237438bfecf0ca3598e8cb7d34bb4..cd620902965d81ef25a77239ab9c5112b0e7ddee 100755 (executable)
@@ -701,7 +701,7 @@ class SetupFunctions
      */
     public function setupWebsite()
     {
-        $rOutputFile = fopen(CONST_InstallPath.'/website/settings-frontend.php', 'w');
+        $rOutputFile = fopen(CONST_InstallPath.'/settings/settings-frontend.php', 'w');
 
         fwrite($rOutputFile, "<?php
 @define('CONST_BasePath', '".CONST_BasePath."');