From cf15aa127e271f5b07aca877d53747f22d3d48ec Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 6 Nov 2017 13:19:02 +0100 Subject: [PATCH] Same for switch.php --- misc/update/multiprocessing/.do_not_run/switch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/update/multiprocessing/.do_not_run/switch.php b/misc/update/multiprocessing/.do_not_run/switch.php index 2e4688b12..fb67254fd 100644 --- a/misc/update/multiprocessing/.do_not_run/switch.php +++ b/misc/update/multiprocessing/.do_not_run/switch.php @@ -4,7 +4,7 @@ if (!isset($argv[1])) { exit('This script is not intended to be run manually.' . PHP_EOL); } -require_once dirname(__DIR__, 5) . DIRECTORY_SEPARATOR . 'bootstrap.php'; +require_once dirname(__DIR__, 4) . DIRECTORY_SEPARATOR . 'bootstrap.php'; use App\Models\Settings; use \nntmux\db\DB;