summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-07-30 11:50:47 -0400
committerjim-p <jimp@pfsense.org>2015-07-30 11:51:00 -0400
commit4a18f4261a9aa99dff059c964f157048992126cc (patch)
tree9c32841ef4f9b425bf0018af7c1a9cd26c154175
parent6b8ad2daafc2e60de6e27400173251657c3ef4af (diff)
downloadpfsense-4a18f4261a9aa99dff059c964f157048992126cc.zip
pfsense-4a18f4261a9aa99dff059c964f157048992126cc.tar.gz
This is handled above now.
-rw-r--r--etc/inc/captiveportal.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index baf8bee..bd294e4 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -1427,7 +1427,6 @@ function captiveportal_opendb() {
}
}
- $DB = new SQLite3($db_path);
if (!$DB) {
captiveportal_syslog("Could not open {$db_path} as an sqlite database for {$cpzone}. Error message: {$DB->lastErrorMsg()}. Trying again.");
unlink_if_exists($db_path);
OpenPOWER on IntegriCloud