Просмотр исходного кода

Updated to reflect new location of pisg homepage

Morten Brix Pedersen 25 лет назад
Родитель
Сommit
876dacf1ba
2 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      README
  2. 2 2
      pisg.pl

+ 1 - 1
README

@@ -67,7 +67,7 @@ If you have any problems with setting up or running this script, please
 don't hesitate to contact me. I can either be via e-mail (morten@wtf.dk) or
 don't hesitate to contact me. I can either be via e-mail (morten@wtf.dk) or
 via ICQ (6681780).
 via ICQ (6681780).
 
 
-The pisg homepage is located at http://www.wtf.dk/hp/index.php?page=pisg.
+The pisg homepage is located at http://pisg.sourceforge.net/.
 
 
 If you use this script, and have a permanent URL for the location of your
 If you use this script, and have a permanent URL for the location of your
 generated stats, I would be delighted if you would send the url to me.  Just
 generated stats, I would be delighted if you would send the url to me.  Just

+ 2 - 2
pisg.pl

@@ -83,7 +83,7 @@ $timeoffset = "+0";		# A time offset on the stats page - if your
 # You shouldn't care about anything below this point
 # You shouldn't care about anything below this point
 $debug = 0;			# 0 = Debugging off, 1 = Debugging on
 $debug = 0;			# 0 = Debugging off, 1 = Debugging on
 $debugfile = "debug.log";	# Path to debug file(must be set if $debug == 1)
 $debugfile = "debug.log";	# Path to debug file(must be set if $debug == 1)
-$version = "v0.16a";
+$version = "v0.17pre1";
 
 
 my ($lines, $kicked, $gotkicked, $smile, $longlines, $time, $timestamp, %alias,
 my ($lines, $kicked, $gotkicked, $smile, $longlines, $time, $timestamp, %alias,
 $normalline, $actionline, $thirdline, @ignore, $line, $processtime, @topics,
 $normalline, $actionline, $thirdline, @ignore, $line, $processtime, @topics,
@@ -1650,7 +1650,7 @@ sub htmlfooter
 {
 {
 print OUTPUT <<HTML;
 print OUTPUT <<HTML;
 <span class="small">
 <span class="small">
-Stats generated by <a href="http://www.wtf.dk/hp/index.php?page=pisg" title="Go to the pisg homepage">pisg</a> $version<br>
+Stats generated by <a href="http://pisg.sourceforge.net/" title="Go to the pisg homepage">pisg</a> $version<br>
 pisg by <a href="http://www.wtf.dk/hp/" title="Go to the authors homepage">Morten "LostStar" Brix Pedersen</a> and others<br>
 pisg by <a href="http://www.wtf.dk/hp/" title="Go to the authors homepage">Morten "LostStar" Brix Pedersen</a> and others<br>
 Stats generated in $processtime
 Stats generated in $processtime
 </span>
 </span>