mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
inc: typo in previous
This commit is contained in:
parent
67097e481b
commit
ac15ddceea
@ -600,7 +600,7 @@ function is_captiveportal_cert($certref)
|
||||
{
|
||||
global $config;
|
||||
|
||||
if (!issset($config['captiveportal'])) {
|
||||
if (!isset($config['captiveportal'])) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user