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
fe6bb22f
Commit
fe6bb22f
authored
Mar 24, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src: whitespace sweep
parent
f1d7efc6
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
19 deletions
+15
-19
config.inc
src/etc/inc/config.inc
+0
-1
config.lib.inc
src/etc/inc/config.lib.inc
+14
-14
globals.inc
src/etc/inc/globals.inc
+0
-1
rc.bootup
src/etc/rc.bootup
+0
-1
remote_backup.php
src/opnsense/scripts/remote_backup.php
+1
-2
No files found.
src/etc/inc/config.inc
View file @
fe6bb22f
...
@@ -144,4 +144,3 @@ if (!$timezone) {
...
@@ -144,4 +144,3 @@ if (!$timezone) {
}
}
date_default_timezone_set
(
"
$timezone
"
);
date_default_timezone_set
(
"
$timezone
"
);
src/etc/inc/config.lib.inc
View file @
fe6bb22f
src/etc/inc/globals.inc
View file @
fe6bb22f
...
@@ -130,4 +130,3 @@ function is_install_media()
...
@@ -130,4 +130,3 @@ function is_install_media()
return
true
;
return
true
;
}
}
src/etc/rc.bootup
View file @
fe6bb22f
...
@@ -376,4 +376,3 @@ if ($ipsec_dynamic_hosts) {
...
@@ -376,4 +376,3 @@ if ($ipsec_dynamic_hosts) {
}
}
led_normalize
();
led_normalize
();
src/opnsense/scripts/remote_backup.php
View file @
fe6bb22f
...
@@ -6,4 +6,3 @@
...
@@ -6,4 +6,3 @@
require_once
(
"config.lib.inc"
);
require_once
(
"config.lib.inc"
);
backup_to_google_drive
();
backup_to_google_drive
();
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