summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_captiveportal.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/status_captiveportal.php')
-rwxr-xr-xusr/local/www/status_captiveportal.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/status_captiveportal.php b/usr/local/www/status_captiveportal.php
index adfcc0f..e83e920 100755
--- a/usr/local/www/status_captiveportal.php
+++ b/usr/local/www/status_captiveportal.php
@@ -64,7 +64,7 @@ function clientcmp($a, $b) {
}
$cpdb = array();
-captiveportal_lock();
+$cpdblck = lock('captiveportal');
$fp = @fopen("{$g['vardb_path']}/captiveportal.db","r");
if ($fp) {
@@ -94,7 +94,7 @@ if ($fp) {
usort($cpdb, "clientcmp");
}
}
-captiveportal_unlock();
+unlock($cpdblck);
?>
<table class="sortable" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
OpenPOWER on IntegriCloud