Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
a5460bb1
Commit
a5460bb1
authored
Apr 11, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
system: general|advanced->settings; related to #58
parent
52850fd6
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
7 deletions
+10
-7
system_advanced_admin.php
src/www/system_advanced_admin.php
+1
-1
system_advanced_firewall.php
src/www/system_advanced_firewall.php
+1
-1
system_advanced_misc.php
src/www/system_advanced_misc.php
+2
-1
system_advanced_network.php
src/www/system_advanced_network.php
+2
-1
system_advanced_notifications.php
src/www/system_advanced_notifications.php
+2
-1
system_advanced_sysctl.php
src/www/system_advanced_sysctl.php
+1
-1
system_general.php
src/www/system_general.php
+1
-1
No files found.
src/www/system_advanced_admin.php
View file @
a5460bb1
...
...
@@ -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"
);
?>
...
...
src/www/system_advanced_firewall.php
View file @
a5460bb1
...
...
@@ -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"
);
?>
...
...
src/www/system_advanced_misc.php
View file @
a5460bb1
<?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"
);
?>
...
...
src/www/system_advanced_network.php
View file @
a5460bb1
<?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"
);
?>
...
...
src/www/system_advanced_notifications.php
View file @
a5460bb1
<?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"
);
?>
...
...
src/www/system_advanced_sysctl.php
View file @
a5460bb1
...
...
@@ -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"
);
?>
...
...
src/www/system_general.php
View file @
a5460bb1
...
...
@@ -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"
);
?>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment