Revision 5370146c
Added by Ermal LUÇI over 12 years ago
usr/local/captiveportal/index.php | ||
---|---|---|
44 | 44 |
header("Pragma: no-cache"); |
45 | 45 |
header("Connection: close"); |
46 | 46 |
|
47 |
global $cpzone; |
|
48 |
|
|
47 | 49 |
$cpzone = $_REQUEST['zone']; |
48 | 50 |
$cpcfg = $config['captiveportal'][$cpzone]; |
49 | 51 |
if (empty($cpcfg)) { |
Also available in: Unified diff
Make sure this is in global scope