diff --git a/application/ManiaControl.php b/application/ManiaControl.php index b810f934..29675913 100644 --- a/application/ManiaControl.php +++ b/application/ManiaControl.php @@ -66,7 +66,7 @@ logMessage('Starting ManiaControl...'); function checkRequirements() { // Check for min PHP version $phpVersion = phpversion(); - $message = 'Checking for minimum required PHP-Version' . MIN_PHP_VERSION . ' ...'; + $message = 'Checking for minimum required PHP-Version ' . MIN_PHP_VERSION . ' ... '; if ($phpVersion < MIN_PHP_VERSION) { logMessage($message . $phpVersion . ' TOO OLD VERSION!'); logMessage(' -- Make sure that you install at least PHP ' . MIN_PHP_VERSION . '!'); diff --git a/application/core/ManiaControl.php b/application/core/ManiaControl.php index 27e22699..88164882 100644 --- a/application/core/ManiaControl.php +++ b/application/core/ManiaControl.php @@ -97,7 +97,7 @@ class ManiaControl implements CommandListener, TimerListener { // Construct Error Handler $this->errorHandler = new ErrorHandler($this); - $this->log('Loading ManiaControl v' . self::VERSION . '...'); + $this->log('Loading ManiaControl v' . self::VERSION . ' ...'); $this->loadConfig();