Project

General

Profile

Bug #5736 ยป check_ip.php.patch

Konstantin Pervushin, 01/05/2016 05:27 AM

View differences:

check_ip.php 2016-01-05 16:12:59.000000000 +0500
40 40
}
41 41
while (!feof(STDIN)) {
42 42
	$line = trim(fgets(STDIN));
43
}
43

  
44 44

  
45 45
unset($cp_db);
46 46
$files = scandir($g['vardb_path']);
......
51 51
			$cp_db[$rownum] = implode(",", $row);
52 52
		}
53 53
	}
54

  
54
}
55 55
	$usuario = "";
56 56
	//1419045939,1419045939,2000,2000,192.168.10.11,192.168.10.11,08:00:27:5c:e1:ee,08:00:27:5c:e1:ee,marcello,marcello,605a1f46e2d64556,605a1f46e2d64556,,,,,,,,,,,first,first
57 57
	if (is_array($cp_db)) {
    (1-1/1)