[drupal-docs] Good stuff: make the user test out the module.. .

Gabor Hojtsy gabor at hojtsy.hu
Sat Mar 26 13:41:09 UTC 2005


> I am using:
> 
> wget -O - -q http://www.mysite.com/cron.php

Which being an arbitrary command line call, could be anything. But we 
can also do a GET parameter, which shuts up the cron file.

   wget -O - -q http://www.mysite.com/cron.php?silent=1

or something... Should be the simplest.

Goba



More information about the drupal-docs mailing list