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
87b0a73b
Commit
87b0a73b
authored
Apr 13, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
www: remove duplicated certificate tab file
parent
f2768956
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
16 deletions
+9
-16
system_camanager.php
src/www/system_camanager.php
+1
-1
system_manager_tabs.php
src/www/system_manager_tabs.php
+8
-7
system_tabs.php
src/www/system_tabs.php
+0
-8
No files found.
src/www/system_camanager.php
View file @
87b0a73b
...
...
@@ -345,7 +345,7 @@ function method_change() {
<section
class=
"col-xs-12"
>
<?
include
(
'system_tabs.php'
);
?>
<?
include
(
'system_
manager_
tabs.php'
);
?>
<div
class=
"content-box tab-content table-responsive"
style=
"overflow: auto;"
>
...
...
src/www/system_manager_tabs.php
View file @
87b0a73b
<?php
$active_tab
=
isset
(
$active_tab
)
?
$active_tab
:
$_SERVER
[
'PHP_SELF'
];
$tab_array
=
array
();
$tab_array
[]
=
array
(
gettext
(
"CAs"
),
$active_tab
==
"/system_camanager.php"
,
"system_camanager.php"
);
$tab_array
[]
=
array
(
gettext
(
"Certificates"
),
$active_tab
==
"/system_certmanager.php"
,
"system_certmanager.php"
);
$tab_array
[]
=
array
(
gettext
(
"Certificate Revocation"
),
$active_tab
==
"/system_crlmanager.php"
,
"system_crlmanager.php"
);
display_top_tabs
(
$tab_array
);
?>
$active_tab
=
isset
(
$active_tab
)
?
$active_tab
:
$_SERVER
[
'PHP_SELF'
];
$tab_array
=
array
();
$tab_array
[]
=
array
(
gettext
(
"CAs"
),
$active_tab
==
"/system_camanager.php"
,
"system_camanager.php"
);
$tab_array
[]
=
array
(
gettext
(
"Certificates"
),
$active_tab
==
"/system_certmanager.php"
,
"system_certmanager.php"
);
$tab_array
[]
=
array
(
gettext
(
"Certificate Revocation"
),
$active_tab
==
"/system_crlmanager.php"
,
"system_crlmanager.php"
);
display_top_tabs
(
$tab_array
);
src/www/system_tabs.php
deleted
100644 → 0
View file @
f2768956
<?php
$active_tab
=
isset
(
$active_tab
)
?
$active_tab
:
$_SERVER
[
'PHP_SELF'
];
$tab_array
=
array
();
$tab_array
[]
=
array
(
gettext
(
"CAs"
),
$active_tab
==
"/system_camanager.php"
,
"system_camanager.php"
);
$tab_array
[]
=
array
(
gettext
(
"Certificates"
),
$active_tab
==
"/system_certmanager.php"
,
"system_certmanager.php"
);
$tab_array
[]
=
array
(
gettext
(
"Certificate Revocation"
),
$active_tab
==
"/system_crlmanager.php"
,
"system_crlmanager.php"
);
display_top_tabs
(
$tab_array
);
?>
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