Commit 75dcb7c0 authored by Franco Fichtner's avatar Franco Fichtner

src: whitespace sweep

parent 750b4181
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
require_once("auth.inc"); require_once("auth.inc");
// provided via legacy_bindings.inc // provided via legacy_bindings.inc
global $priv_list; global $priv_list;
$acl = new OPNsense\Core\ACL(); $acl = new OPNsense\Core\ACL();
$priv_list = $acl->getLegacyPrivList(); $priv_list = $acl->getLegacyPrivList();
......
...@@ -38,4 +38,3 @@ function configd_run($cmd, $detach = false) ...@@ -38,4 +38,3 @@ function configd_run($cmd, $detach = false)
$backend = new OPNsense\Core\Backend(); $backend = new OPNsense\Core\Backend();
return $backend->configdRun("{$cmd}", $detach); return $backend->configdRun("{$cmd}", $detach);
} }
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
require_once("config.inc"); require_once("config.inc");
require_once("csrf/csrf-magic.php"); require_once("csrf/csrf-magic.php");
require_once("util.inc"); require_once("util.inc");
/* Include authentication routines */ /* Include authentication routines */
/* THIS MUST BE ABOVE ALL OTHER CODE */ /* THIS MUST BE ABOVE ALL OTHER CODE */
if(isset($nocsrf) && !$nocsrf) { if(isset($nocsrf) && !$nocsrf) {
...@@ -740,4 +740,3 @@ function get_current_theme() ...@@ -740,4 +740,3 @@ function get_current_theme()
return $theme; return $theme;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment