We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1adf63 commit 51d513dCopy full SHA for 51d513d
galaxy
@@ -4,5 +4,9 @@ if( php_sapi_name() !== 'cli' ) {
4
die("Meant to be run from command line" . PHP_EOL);
5
}
6
7
+if (!defined('WPMU_PLUGIN_URL')) {
8
+ define('WPMU_PLUGIN_URL', '/mu-plugins');
9
+}
10
+
11
require __DIR__ . '/init.php';
-new \TypeRocket\Console\Launcher();
12
+new \TypeRocket\Console\Launcher();
0 commit comments