Skip to content

Commit 01ad50d

Browse files
authored
comment
comment out a line 'db session_test'
1 parent 47763ff commit 01ad50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpc/counter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function makeNumber($image, $digits, $value, $x, $y, $color=0, $align=false)
4848

4949
$database=new Database;
5050
$database->modifyLine("sessions",array("getstatpng"=>"1"),"hash=".slashes($_COOKIE[PhpcSessionCookie])." AND ipaddress=".slashes(getClientAddress()));
51-
$database->addLine("sessions_test",array("hash"=>$_COOKIE[PhpcSessionCookie],"ipaddress"=>getClientAddress()));
51+
//$database->addLine("sessions_test",array("hash"=>$_COOKIE[PhpcSessionCookie],"ipaddress"=>getClientAddress()));
5252

5353
@header("Cache-Control: no-store, no-cache, must-revalidate");
5454
@header("Pragma: no-cache");

0 commit comments

Comments
 (0)