From: Matteo Nastasi (mop) Date: Thu, 23 Jul 2009 08:27:29 +0000 (+0000) Subject: source point file fixed X-Git-Tag: 3.0.0~58 X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=bc9829daa12627ea4f7822ae399788752f1f5c0d;p=brisk.git source point file fixed --- diff --git a/web/briskin5/statadm.php b/web/briskin5/statadm.php index bebfe11..19038f8 100644 --- a/web/briskin5/statadm.php +++ b/web/briskin5/statadm.php @@ -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; }