[Flora-commits] flora-website counter.php,1.1.1.1,1.2
Brought to you by:
kifer
|
From: Michael K. <ki...@us...> - 2005-10-18 00:35:51
|
Update of /cvsroot/flora/flora-website In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9939 Modified Files: counter.php Log Message: put images in /tmp/persistent/flora Index: counter.php =================================================================== RCS file: /cvsroot/flora/flora-website/counter.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- counter.php 18 May 2002 16:12:28 -0000 1.1.1.1 +++ counter.php 18 Oct 2005 00:35:31 -0000 1.2 @@ -2,7 +2,7 @@ // counter.php the program to show the counter number. function CounterImage() { - $counterLogFile = ".counter.log"; + $counterLogFile = "/tmp/persistent/flora/.counter.log"; if (file_exists($counterLogFile) == true) { if(($fp= fopen($counterLogFile, "r+")) == false) { @@ -45,7 +45,7 @@ function ConvertToImage($content) { - $imageFile = ".counter.png"; + $imageFile = "/tmp/persistent/flora/.counter.png"; $relativePath = ".counter.png"; $noOfChars = strlen($content); |