- 24 Mar, 2015 18 commits
-
-
Franco Fichtner authored
`If a globalized variable is unset() inside of a function, only the local variable is destroyed. The variable in the calling environment will retain the same value as before unset() was called.' via http://php.net/manual/en/function.unset.php
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
System Administrator authored
-
Franco Fichtner authored
-
System Administrator authored
-
Franco Fichtner authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Franco Fichtner authored
-
System Administrator authored
-
System Administrator authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Ad Schellevis authored
-
Franco Fichtner authored
-
Franco Fichtner authored
I guess this is a typo. It makes sense to preceede is_array() with isset() here since PHP throws a warning on unset variables nowadays. However, is_array() should not be used if the following operation is `foreach' as it would mask the fact that the array that is set is not an array at all (maybe due to a bug). Rather want to catch it instead. A bit of style along the way and `lint' target fixing.
-
- 23 Mar, 2015 19 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
reference : https://forum.opnsense.org/index.php?topic=132.msg754#msg754
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
Rewrite config handling
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
- 21 Mar, 2015 1 commit
-
-
Ad Schellevis authored
-
- 20 Mar, 2015 2 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
-