mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 18:44:44 +00:00
system: general|advanced->settings; related to #58
This commit is contained in:
parent
52850fd6f4
commit
a5460bb161
@ -263,7 +263,7 @@ if ($fd) {
|
||||
fclose($fd);
|
||||
}
|
||||
|
||||
$pgtitle = array(gettext("System"),gettext("Advanced: Admin Access"));
|
||||
$pgtitle = array(gettext("System"),gettext("Settings"),gettext("Admin Access"));
|
||||
include("head.inc");
|
||||
|
||||
?>
|
||||
|
||||
@ -216,7 +216,7 @@ if ($_POST) {
|
||||
}
|
||||
}
|
||||
|
||||
$pgtitle = array(gettext("System"),gettext("Advanced: Firewall and NAT"));
|
||||
$pgtitle = array(gettext("System"),gettext("Settings"),gettext("Firewall and NAT"));
|
||||
include("head.inc");
|
||||
|
||||
?>
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
Copyright (C) 2014-2015 Deciso B.V.
|
||||
Copyright (C) 2005-2007 Scott Ullrich
|
||||
@ -216,7 +217,7 @@ if ($_POST) {
|
||||
}
|
||||
}
|
||||
|
||||
$pgtitle = array(gettext("System"),gettext("Advanced: Miscellaneous"));
|
||||
$pgtitle = array(gettext("System"),gettext("Settings"),gettext("Miscellaneous"));
|
||||
include("head.inc");
|
||||
|
||||
?>
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
Copyright (C) 2014-2015 Deciso B.V.
|
||||
Copyright (C) 2005-2007 Scott Ullrich
|
||||
@ -140,7 +141,7 @@ if ($_POST) {
|
||||
}
|
||||
}
|
||||
|
||||
$pgtitle = array(gettext("System"),gettext("Advanced: Networking"));
|
||||
$pgtitle = array(gettext("System"),gettext("Settings"),gettext("Networking"));
|
||||
include("head.inc");
|
||||
|
||||
?>
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
Copyright (C) 2014-2015 Deciso B.V.
|
||||
Copyright (C) 2009 Scott Ullrich <sullrich@gmail.com>
|
||||
@ -148,7 +149,7 @@ if ($_POST) {
|
||||
}
|
||||
}
|
||||
|
||||
$pgtitle = array(gettext("System"),gettext("Advanced: Notifications"));
|
||||
$pgtitle = array(gettext("System"),gettext("Settings"),gettext("Notifications"));
|
||||
include("head.inc");
|
||||
|
||||
?>
|
||||
|
||||
@ -110,7 +110,7 @@ if ($_POST) {
|
||||
}
|
||||
}
|
||||
|
||||
$pgtitle = array(gettext("System"),gettext("Advanced: System Tunables"));
|
||||
$pgtitle = array(gettext("System"),gettext("Settings"),gettext("System Tunables"));
|
||||
include("head.inc");
|
||||
|
||||
?>
|
||||
|
||||
@ -269,7 +269,7 @@ if ($_POST) {
|
||||
unset($ignore_posted_dnsgw);
|
||||
}
|
||||
|
||||
$pgtitle = array(gettext("System"),gettext("General Setup"));
|
||||
$pgtitle = array(gettext("System"),gettext("Settings"),gettext("General"));
|
||||
include("head.inc");
|
||||
|
||||
?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user