Browse Source

add proper End of Line character

tags/v8.0.0alpha1
Morris Jobke 9 years ago
parent
commit
b7445582dc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      cron.php

+ 1
- 1
cron.php View File

@@ -100,7 +100,7 @@ try {
if (file_exists(TemporaryCronClass::$lockfile)) {
TemporaryCronClass::$keeplock = true;
TemporaryCronClass::$sent = true;
echo "Another instance of cron.php is still running!";
echo "Another instance of cron.php is still running!" . PHP_EOL;
exit(1);
}


Loading…
Cancel
Save