From 16866480a550b82d88c8d1b769c095ff1b2eda61 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 22 Aug 2006 07:38:24 +0000 Subject: - Patch #79922 by chx: use example.com rather than yoursite.come. --- scripts/cron-curl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/cron-curl.sh') diff --git a/scripts/cron-curl.sh b/scripts/cron-curl.sh index 6b20a516d..633b3d894 100644 --- a/scripts/cron-curl.sh +++ b/scripts/cron-curl.sh @@ -1,4 +1,4 @@ #!/bin/sh # $Id$ -curl --silent --compressed http://yoursite.com/cron.php +curl --silent --compressed http://example.com/cron.php -- cgit v1.2.3