]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/cmd.php
reorganise path settings in config
[nominatim.git] / lib / cmd.php
index 72b666088d1248b601d3edcfad521e99c89da139..3eac3e8f5c5a0c0bc108762d48003d454a857e50 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-require_once(CONST_BasePath.'/lib/Shell.php');
+require_once(CONST_LibDir.'/Shell.php');
 
 function getCmdOpt($aArg, $aSpec, &$aResult, $bExitOnError = false, $bExitOnUnknown = false)
 {