mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
src: style sweep
This commit is contained in:
parent
ac876fbdfc
commit
aaed91bbb2
@ -84,7 +84,7 @@ class CSVListField extends BaseField
|
||||
*/
|
||||
public function setMaskPerItem($value)
|
||||
{
|
||||
if (strtoupper(trim($value)) == "Y") {
|
||||
if (strtoupper(trim($value)) == "Y") {
|
||||
$this->internalMaskPerItem = true;
|
||||
} else {
|
||||
$this->internalMaskPerItem = false;
|
||||
|
||||
0
src/opnsense/scripts/filter/lib/alias/__init__.py
Normal file → Executable file
0
src/opnsense/scripts/filter/lib/alias/__init__.py
Normal file → Executable file
0
src/opnsense/scripts/filter/lib/alias/base.py
Normal file → Executable file
0
src/opnsense/scripts/filter/lib/alias/base.py
Normal file → Executable file
0
src/opnsense/scripts/filter/lib/alias/pf.py
Normal file → Executable file
0
src/opnsense/scripts/filter/lib/alias/pf.py
Normal file → Executable file
0
src/opnsense/scripts/filter/lib/alias/uri.py
Normal file → Executable file
0
src/opnsense/scripts/filter/lib/alias/uri.py
Normal file → Executable file
0
src/opnsense/scripts/filter/tests/__init__.py
Normal file → Executable file
0
src/opnsense/scripts/filter/tests/__init__.py
Normal file → Executable file
0
src/opnsense/scripts/filter/tests/alias_tests.py
Normal file → Executable file
0
src/opnsense/scripts/filter/tests/alias_tests.py
Normal file → Executable file
@ -584,4 +584,3 @@ if __name__ == '__main__' and test_mode:
|
||||
print(json.dumps(msg))
|
||||
else:
|
||||
print(json.dumps({'status': 'OK','action': 'Pass'}))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user