]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/install_cli.php
onArgsInitialize() wants an array and many plugins want to add more elements, so...
[quix0rs-gnu-social.git] / scripts / install_cli.php
index cb1ef4c0e1811e985d017564f3a29108c2948ac8..e4f8f600b1681a6136c469d55e4ae376c8103440 100755 (executable)
@@ -31,6 +31,7 @@ if (php_sapi_name() !== 'cli') {
 }
 
 define('INSTALLDIR', dirname(__DIR__));
+define('PUBLICDIR', INSTALLDIR . DIRECTORY_SEPARATOR . 'public');
 set_include_path(get_include_path() . PATH_SEPARATOR . INSTALLDIR . '/extlib');
 
 require_once INSTALLDIR . '/lib/installer.php';