diff --git a/documentation/installation_guide.html b/documentation/installation_guide.html index 11794d6f71..a070fa8e0d 100755 --- a/documentation/installation_guide.html +++ b/documentation/installation_guide.html @@ -760,8 +760,10 @@ Setting up a cron task is easy and there are several ways to do it. We recommend you have a look at the Drupal documentation for setting up cron and define your own cron process as:
-35 * * * * wget -O - -q -t 1 http://campus.example.com/main/cron/notification.php -+35 * * * * wget -O - -q -t 1 http://campus.example.com/main/cron/run.php + +Make sure you have a look into run.php as maybe you want to change a few +settings there.