]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/admin/Advanced-Installations.md
docs: remove all references to PHP
[nominatim.git] / docs / admin / Advanced-Installations.md
index f8232fb29cea6189b36a2ae7d47a8617531813fb..ac8da274c69b7fd7b0a3a13c7b01b2e233202d2e 100644 (file)
@@ -194,7 +194,7 @@ On the client side you now need to configure the import to point to the
 correct location of the library **on the database server**. Add the following
 line to your your `.env` file:
 
-```php
+```
 NOMINATIM_DATABASE_MODULE_PATH="<directory on the database server where nominatim.so resides>"
 ```