[SCRIPTS] Make them work in v2 by setting PUBLICDIR
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
* @package QueueHandler
|
||||
*/
|
||||
|
||||
define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
|
||||
define('INSTALLDIR', dirname(__DIR__));
|
||||
define('PUBLICDIR', INSTALLDIR . DIRECTORY_SEPARATOR . 'public');
|
||||
|
||||
$shortoptions = 'ur';
|
||||
$longoptions = array('update', 'restart', 'stop');
|
||||
|
Reference in New Issue
Block a user