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
3505b042
Commit
3505b042
authored
Apr 10, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src: whitespace sweep + style fixes
parent
1581f02d
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
13 additions
and
13 deletions
+13
-13
Backend.php
src/opnsense/mvc/app/library/OPNsense/Core/Backend.php
+1
-2
OptionField.php
...e/mvc/app/models/OPNsense/Base/FieldTypes/OptionField.php
+2
-1
squid.conf
src/opnsense/service/templates/OPNsense/Proxy/squid.conf
+1
-1
services_router_advertisements.php
src/www/services_router_advertisements.php
+1
-1
status.php
src/www/status.php
+1
-1
status_captiveportal_expire.php
src/www/status_captiveportal_expire.php
+1
-1
status_graph_cpu.php
src/www/status_graph_cpu.php
+1
-1
system_gateway_groups_edit.php
src/www/system_gateway_groups_edit.php
+1
-1
system_groupmanager_addprivs.php
src/www/system_groupmanager_addprivs.php
+1
-1
system_usermanager_addprivs.php
src/www/system_usermanager_addprivs.php
+1
-1
vpn_ipsec_phase2.php
src/www/vpn_ipsec_phase2.php
+1
-1
vpn_openvpn_export.php
src/www/vpn_openvpn_export.php
+1
-1
No files found.
src/opnsense/mvc/app/library/OPNsense/Core/Backend.php
View file @
3505b042
<?php
/**
* Copyright (C) 2015 Deciso B.V.
*
...
...
@@ -93,6 +94,4 @@ class Backend
return
$resp
;
}
}
src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/OptionField.php
View file @
3505b042
<?php
/**
* Copyright (C) 2015 Deciso B.V.
*
...
...
@@ -112,4 +113,4 @@ class OptionField extends BaseField
return
array
();
}
}
}
\ No newline at end of file
}
src/opnsense/service/templates/OPNsense/Proxy/squid.conf
View file @
3505b042
...
...
@@ -144,4 +144,4 @@ httpd_suppress_version_string on
{%
if
OPNsense
.
proxy
.
general
.
icpPort
!=
''
%}
icp_port
{{
OPNsense
.
proxy
.
general
.
icpPort
}}
{%
endif
%}
{%
endif
%}
\ No newline at end of file
{%
endif
%}
src/www/services_router_advertisements.php
View file @
3505b042
...
...
@@ -410,6 +410,6 @@ include("head.inc");
//]]>
</script>
<?php
include
(
"foot.inc"
);
?>
<?php
include
(
"foot.inc"
);
?>
</body>
</html>
src/www/status.php
View file @
3505b042
...
...
@@ -218,6 +218,6 @@ pre {
<?php
execCmds
();
?>
</div>
<?php
include
(
"foot.inc"
);
?>
<?php
include
(
"foot.inc"
);
?>
</body>
</html>
src/www/status_captiveportal_expire.php
View file @
3505b042
...
...
@@ -124,4 +124,4 @@ if ($_POST) {
</section>
<?php
include
(
"foot.inc"
);
?>
<?php
include
(
"foot.inc"
);
?>
src/www/status_graph_cpu.php
View file @
3505b042
...
...
@@ -39,4 +39,4 @@ $pgtitle = gettext("Status: CPU Graph");
width=
"550"
height=
"275"
pluginspage=
"http://www.adobe.com/svg/viewer/install/auto"
/>
</div>
<br
/><span
class=
"red"
><strong>
<?=
gettext
(
"Note"
);
?>
:
</strong></span>
<?=
gettext
(
"if you can't see the graph, you may have to install the"
);
?>
<a
href=
"http://www.adobe.com/svg/viewer/install/"
target=
"_blank"
>
<?=
gettext
(
"Adobe SVG viewer"
);
?>
</a>
.
<?php
include
(
"foot.inc"
);
?>
<?php
include
(
"foot.inc"
);
?>
src/www/system_gateway_groups_edit.php
View file @
3505b042
...
...
@@ -359,6 +359,6 @@ jQuery(function ($) {
</div>
</div>
</section>
<?php
include
(
"foot.inc"
);
?>
<?php
include
(
"foot.inc"
);
?>
</body>
</html>
src/www/system_groupmanager_addprivs.php
View file @
3505b042
...
...
@@ -218,6 +218,6 @@ function update_description() {
</div>
</section>
<?php
include
(
"foot.inc"
);
?>
<?php
include
(
"foot.inc"
);
?>
</body>
</html>
src/www/system_usermanager_addprivs.php
View file @
3505b042
...
...
@@ -188,6 +188,6 @@ function update_description() {
</section>
<?php
include
(
"foot.inc"
);
?>
<?php
include
(
"foot.inc"
);
?>
</body>
</html>
src/www/vpn_ipsec_phase2.php
View file @
3505b042
...
...
@@ -815,7 +815,7 @@ typesel_change_remote(<?=htmlspecialchars($pconfig['remoteid_netbits'])?>);
<?php
endif
;
?>
//]]>
</script>
<?php
include
(
"foot.inc"
);
?>
<?php
include
(
"foot.inc"
);
?>
</body>
</html>
...
...
src/www/vpn_openvpn_export.php
View file @
3505b042
...
...
@@ -917,6 +917,6 @@ server_changed();
//]]>
</script>
<?php
include
(
"foot.inc"
);
?>
<?php
include
(
"foot.inc"
);
?>
</body>
</html>
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