Commit 04c4fec2 authored by Ad Schellevis's avatar Ad Schellevis

statistics gathering failure, not used for now, disable

parent e74d4cb9
...@@ -37,8 +37,10 @@ global $cpzone; ...@@ -37,8 +37,10 @@ global $cpzone;
$cpzone = $argv[1]; $cpzone = $argv[1];
$type = $argv[2]; $type = $argv[2];
// TODO: fix this file
/* read in captive portal db */ /* read in captive portal db */
$cpdb = captiveportal_read_db(); $cpdb = array();// captiveportal_read_db();
/* determine number of logged in users */ /* determine number of logged in users */
$no_users = count($cpdb); $no_users = count($cpdb);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment