Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-09-17 18:23:07 +0300
committerJ0WI <J0WI@users.noreply.github.com>2020-09-17 18:40:04 +0300
commit68ce17e59bf8bc09757f9b56fdad458679d6e988 (patch)
tree324ade0863f0680002324ccddcd8f4ae5e06f97c /cron.php
parentec07ca2abbc88f395b8eeedc4b2e5b679018a673 (diff)
Unify links to php.net
Update all links to https://www.php.net/ Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'cron.php')
-rw-r--r--cron.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron.php b/cron.php
index fd7d2040f1b..82abf4152b3 100644
--- a/cron.php
+++ b/cron.php
@@ -90,7 +90,7 @@ try {
// the cron job must be executed with the right user
if (!function_exists('posix_getuid')) {
- echo "The posix extensions are required - see http://php.net/manual/en/book.posix.php" . PHP_EOL;
+ echo "The posix extensions are required - see https://www.php.net/manual/en/book.posix.php" . PHP_EOL;
exit(1);
}