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
952c52b7
Commit
952c52b7
authored
Sep 22, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
logs: prevent direct web access to pills handler
parent
b2af67a9
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
9 additions
and
9 deletions
+9
-9
diag_logs.php
src/www/diag_logs.php
+1
-1
diag_logs_filter.php
src/www/diag_logs_filter.php
+1
-1
diag_logs_filter_dynamic.php
src/www/diag_logs_filter_dynamic.php
+1
-1
diag_logs_filter_summary.php
src/www/diag_logs_filter_summary.php
+1
-1
diag_logs_gateways.php
src/www/diag_logs_gateways.php
+1
-1
diag_logs_pills.inc
src/www/diag_logs_pills.inc
+0
-0
diag_logs_resolver.php
src/www/diag_logs_resolver.php
+1
-1
diag_logs_routing.php
src/www/diag_logs_routing.php
+1
-1
diag_logs_vpn.php
src/www/diag_logs_vpn.php
+1
-1
diag_logs_wireless.php
src/www/diag_logs_wireless.php
+1
-1
No files found.
src/www/diag_logs.php
View file @
952c52b7
...
...
@@ -79,7 +79,7 @@ include("head.inc");
<div
class=
"container-fluid"
>
<?
include
(
'diag_logs_pills.
php
'
);
?>
<?
include
(
'diag_logs_pills.
inc
'
);
?>
</div>
<div
class=
"table-responsive"
>
...
...
src/www/diag_logs_filter.php
View file @
952c52b7
...
...
@@ -616,7 +616,7 @@ include("head.inc");
<div
class=
"container-fluid"
>
<?
$tab_group
=
'firewall'
;
include
(
'diag_logs_pills.
php
'
);
?>
<?
$tab_group
=
'firewall'
;
include
(
'diag_logs_pills.
inc
'
);
?>
<form
id=
"filterlogentries"
name=
"filterlogentries"
action=
"diag_logs_filter.php"
method=
"post"
>
<?php
...
...
src/www/diag_logs_filter_dynamic.php
View file @
952c52b7
...
...
@@ -97,7 +97,7 @@ include("head.inc");
<div
class=
"container-fluid"
>
<?
$tab_group
=
'firewall'
;
include
(
'diag_logs_pills.
php
'
);
?>
<?
$tab_group
=
'firewall'
;
include
(
'diag_logs_pills.
inc
'
);
?>
...
...
src/www/diag_logs_filter_summary.php
View file @
952c52b7
...
...
@@ -118,7 +118,7 @@ include("head.inc"); ?>
<?
$active_tab
=
"/diag_logs_filter.php"
;
include
(
'diag_logs_tabs.inc'
);
?>
<div
class=
"tab-content content-box col-xs-12"
>
<div
class=
"container-fluid"
>
<?
$tab_group
=
'firewall'
;
include
(
'diag_logs_pills.
php
'
);
?>
<?
$tab_group
=
'firewall'
;
include
(
'diag_logs_pills.
inc
'
);
?>
<p>
<?php
printf
(
gettext
(
'This is a firewall log summary, of the last %1$s lines of the firewall log (Max %2$s).'
),
$gotlines
,
$lines
)
?>
<br
/></p>
</div>
</div>
...
...
src/www/diag_logs_gateways.php
View file @
952c52b7
...
...
@@ -82,7 +82,7 @@ include("head.inc");
<div
class=
"container-fluid"
>
<?
include
(
'diag_logs_pills.
php
'
);
?>
<?
include
(
'diag_logs_pills.
inc
'
);
?>
</div>
...
...
src/www/diag_logs_pills.
php
→
src/www/diag_logs_pills.
inc
View file @
952c52b7
File moved
src/www/diag_logs_resolver.php
View file @
952c52b7
...
...
@@ -82,7 +82,7 @@ include("head.inc");
<div
class=
"container-fluid"
>
<?
include
(
'diag_logs_pills.
php
'
);
?>
<?
include
(
'diag_logs_pills.
inc
'
);
?>
</div>
<div
class=
"table-responsive"
>
...
...
src/www/diag_logs_routing.php
View file @
952c52b7
...
...
@@ -67,7 +67,7 @@ include("head.inc");
<div
class=
"container-fluid"
>
<?
include
(
'diag_logs_pills.
php
'
);
?>
<?
include
(
'diag_logs_pills.
inc
'
);
?>
</div>
<div
class=
"table-responsive"
>
...
...
src/www/diag_logs_vpn.php
View file @
952c52b7
...
...
@@ -125,7 +125,7 @@ include("head.inc");
<div
class=
"container-fluid"
>
<?
$tab_group
=
'vpn'
;
include
(
'diag_logs_pills.
php
'
);
?>
<?
$tab_group
=
'vpn'
;
include
(
'diag_logs_pills.
inc
'
);
?>
<div
class=
"table-responsive"
>
...
...
src/www/diag_logs_wireless.php
View file @
952c52b7
...
...
@@ -69,7 +69,7 @@ include("head.inc");
<div
class=
"container-fluid"
>
<?
include
(
'diag_logs_pills.
php
'
);
?>
<?
include
(
'diag_logs_pills.
inc
'
);
?>
<div
class=
"table-responsive"
>
...
...
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