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
1454f5da
Commit
1454f5da
authored
Jun 16, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src: style and whitespace sweep
parent
1311dcbf
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
5 deletions
+2
-5
ApiControllerBase.php
...e/mvc/app/controllers/OPNsense/Base/ApiControllerBase.php
+0
-1
ControllerBase.php
...ense/mvc/app/controllers/OPNsense/Base/ControllerBase.php
+0
-1
ControllerRoot.php
...ense/mvc/app/controllers/OPNsense/Base/ControllerRoot.php
+1
-1
dialogRule.xml
...nse/mvc/app/controllers/OPNsense/IDS/forms/dialogRule.xml
+1
-1
rulecache.py
src/opnsense/scripts/suricata/rulecache.py
+0
-1
No files found.
src/opnsense/mvc/app/controllers/OPNsense/Base/ApiControllerBase.php
View file @
1454f5da
...
...
@@ -28,7 +28,6 @@
*/
namespace
OPNsense\Base
;
/**
* Class ApiControllerBase, inherit this class to implement API calls
* @package OPNsense\Base
...
...
src/opnsense/mvc/app/controllers/OPNsense/Base/ControllerBase.php
View file @
1454f5da
...
...
@@ -215,5 +215,4 @@ class ControllerBase extends ControllerRoot
// append ACL object to view
$this
->
view
->
acl
=
new
\OPNsense\Core\ACL
();
}
}
src/opnsense/mvc/app/controllers/OPNsense/Base/ControllerRoot.php
View file @
1454f5da
...
...
@@ -93,4 +93,4 @@ class ControllerRoot extends Controller
return
true
;
}
}
\ No newline at end of file
}
src/opnsense/mvc/app/controllers/OPNsense/IDS/forms/dialogRule.xml
View file @
1454f5da
...
...
@@ -29,4 +29,4 @@
<label>
Reference
</label>
<type>
info
</type>
</field>
</form>
\ No newline at end of file
</form>
src/opnsense/scripts/suricata/rulecache.py
View file @
1454f5da
...
...
@@ -227,4 +227,3 @@ class RuleCache(object):
result
.
append
(
record
[
0
])
return
sorted
(
result
)
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