diff --git a/create.php b/create.php index ccffaa5..cc7dbd0 100755 --- a/create.php +++ b/create.php @@ -35,7 +35,7 @@ symlink ("../../grep.php", "grep.php"); if (strpos($id, '_') !== false) { echo "

Goto http://$HTTP_HOST/u/$id to grep!

"; } else { -echo "

Goto http://$id.$HTTP_HOST to grep!

"; +echo "

Goto http://$id.$HTTP_HOST to grep!

"; } echo `sed -e "s,TIMESTAMP,$(date)," ../../greptweet.appcache > greptweet.appcache`; @@ -43,4 +43,4 @@ echo `sed -e "s,TIMESTAMP,$(date)," ../../greptweet.appcache > greptweet.appcach $logfile = "fetch-" . time() . ".log"; exec(sprintf("../../fetch-tweets.sh %s > %s 2>&1 &", $id, $logfile)); ?> -

Fetching tweets can take time! And it's limited by Twitter to 3200 maximum at any one time. Please view the >logfile to see it's progress.

+

Fetching tweets can take time! And it's limited by Twitter to 3200 maximum at any one time. Please view the >logfile to see its progress.

diff --git a/index.php b/index.php index fc81090..69fd7fc 100644 --- a/index.php +++ b/index.php @@ -44,7 +44,6 @@