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
7a846b49
Commit
7a846b49
authored
Dec 27, 2014
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src: first of many whitspace cleanups
parent
11f56521
Changes
24
Show whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
128 additions
and
133 deletions
+128
-133
beep.sh
src/bin/beep.sh
+2
-2
easyrule
src/bin/easyrule
+1
-1
filterparser.php
src/bin/filterparser.php
+3
-3
mail.php
src/bin/mail.php
+1
-1
ping_hosts.sh
src/bin/ping_hosts.sh
+0
-1
viconfig
src/bin/viconfig
+1
-1
index.php
src/captiveportal/index.php
+1
-1
radius_accounting.inc
src/captiveportal/radius_accounting.inc
+20
-20
radius_authentication.inc
src/captiveportal/radius_authentication.inc
+25
-25
ca_countries
src/etc/ca_countries
+1
-1
changepassword
src/etc/phpshellsessions/changepassword
+1
-1
disabledhcpd
src/etc/phpshellsessions/disabledhcpd
+1
-1
enableallowallwan
src/etc/phpshellsessions/enableallowallwan
+1
-1
gitsync
src/etc/phpshellsessions/gitsync
+17
-17
removeshaper
src/etc/phpshellsessions/removeshaper
+1
-1
uninstallpkg
src/etc/phpshellsessions/uninstallpkg
+1
-1
miniupnpd.inc
src/pkg/miniupnpd.inc
+9
-9
miniupnpd.xml
src/pkg/miniupnpd.xml
+2
-2
WipePackages.php
src/sbin/WipePackages.php
+3
-3
dhclient-script.ext
src/sbin/dhclient-script.ext
+3
-3
gmirror_status_check.php
src/sbin/gmirror_status_check.php
+1
-1
mpd.script
src/sbin/mpd.script
+2
-3
ovpn-linkup
src/sbin/ovpn-linkup
+1
-1
pfSsh.php
src/sbin/pfSsh.php
+30
-33
No files found.
src/bin/beep.sh
View file @
7a846b49
src/bin/easyrule
View file @
7a846b49
src/bin/filterparser.php
View file @
7a846b49
src/bin/mail.php
View file @
7a846b49
src/bin/ping_hosts.sh
View file @
7a846b49
...
...
@@ -131,4 +131,3 @@ for TOPING in $PINGHOSTS ; do
done
exit
0
src/bin/viconfig
View file @
7a846b49
src/captiveportal/index.php
View file @
7a846b49
src/captiveportal/radius_accounting.inc
View file @
7a846b49
src/captiveportal/radius_authentication.inc
View file @
7a846b49
src/etc/ca_countries
View file @
7a846b49
src/etc/phpshellsessions/changepassword
View file @
7a846b49
src/etc/phpshellsessions/disabledhcpd
View file @
7a846b49
src/etc/phpshellsessions/enableallowallwan
View file @
7a846b49
src/etc/phpshellsessions/gitsync
View file @
7a846b49
src/etc/phpshellsessions/removeshaper
View file @
7a846b49
src/etc/phpshellsessions/uninstallpkg
View file @
7a846b49
src/pkg/miniupnpd.inc
View file @
7a846b49
src/pkg/miniupnpd.xml
View file @
7a846b49
src/sbin/WipePackages.php
View file @
7a846b49
src/sbin/dhclient-script.ext
View file @
7a846b49
src/sbin/gmirror_status_check.php
View file @
7a846b49
src/sbin/mpd.script
View file @
7a846b49
...
...
@@ -1639,4 +1639,3 @@ AutoLoginTimeout:
log "Auto-login timeout."
cancel all
return
src/sbin/ovpn-linkup
View file @
7a846b49
src/sbin/pfSsh.php
View file @
7a846b49
#!/usr/local/bin/php -f
<?php
require_once
(
"globals.inc"
);
...
...
@@ -339,5 +338,3 @@ function playback_file($playback_file) {
$playback_file_contents
=
file_get_contents
(
"/usr/local/etc/phpshellsessions/
{
$playback_file
}
"
);
playback_text
(
$playback_file_contents
);
}
?>
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