X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fsettag.php;h=fac44146d6d3d0903f9589e24c35989c2eddd505;hb=364b8e308babfaeb64e5ba45e4df9aa881ac9d97;hp=19abce43c8018a5d1de97ca83e5740f730c2c294;hpb=a964ea61cd03d887a47cf6238c2e73a8a1837295;p=quix0rs-gnu-social.git diff --git a/scripts/settag.php b/scripts/settag.php index 19abce43c8..fac44146d6 100755 --- a/scripts/settag.php +++ b/scripts/settag.php @@ -18,7 +18,8 @@ * along with this program. If not, see . */ -define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); +define('INSTALLDIR', dirname(__DIR__)); +define('PUBLICDIR', INSTALLDIR . DIRECTORY_SEPARATOR . 'public'); $shortoptions = 'd'; $longoptions = array('delete');