diff --git a/Blacklight/libraries/Forking.php b/Blacklight/libraries/Forking.php index 9b1d8f38f..9d8ff34e7 100755 --- a/Blacklight/libraries/Forking.php +++ b/Blacklight/libraries/Forking.php @@ -166,7 +166,7 @@ class Forking extends \fork_daemon $this->outputType = self::OUTPUT_REALTIME; } - $this->dnr_path = PHP_BINARY.' '.NN_MULTIPROCESSING.'.do_not_run'.DS.'switch.php "php '; + $this->dnr_path = PHP_BINARY.' '.NN_MULTIPROCESSING.'.do_not_run/switch.php "php '; $this->maxSize = (int) Settings::settingValue('..maxsizetoprocessnfo'); $this->minSize = (int) Settings::settingValue('..minsizetoprocessnfo'); diff --git a/Changelog b/Changelog index 08459c651..4eb420c7b 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-03-12 DariusIII + * Chg: Update Forking class * Chg: Update BasePage class * Chg: Update bootstrap/autoload and constants (change and remove non-used constants definitions) * Chg: Update ReleaseImage class, try to catch more errors