source point file fixed
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Thu, 23 Jul 2009 08:27:29 +0000 (08:27 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Thu, 23 Jul 2009 08:27:29 +0000 (08:27 +0000)
web/briskin5/statadm.php

index bebfe11..19038f8 100644 (file)
@@ -50,7 +50,7 @@ function main()
   if ($pazz != $G_alarm_passwd)
     exit;
 
-  if (($fp = @fopen(LEGAL_PATH."/legal.log", 'r')) == FALSE) {
+  if (($fp = @fopen(LEGAL_PATH."/points.log", 'r')) == FALSE) {
     echo "Open data file error";
     exit;
   }