Commit bd652e90 authored by Franco Fichtner's avatar Franco Fichtner

src: make quick the default for floating rules for #504

parent 99206e99
...@@ -182,6 +182,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { ...@@ -182,6 +182,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
if (isset($_GET['if'])) { if (isset($_GET['if'])) {
if ($_GET['if'] == "FloatingRules" ) { if ($_GET['if'] == "FloatingRules" ) {
$pconfig['floating'] = true; $pconfig['floating'] = true;
$pconfig['quick'] = true;
} else { } else {
$pconfig['interface'] = $_GET['if']; $pconfig['interface'] = $_GET['if'];
} }
......
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