Move to password_hash()
Use of crypt() requires a salt since PHP 8.0. Use password_hash() to align with 8ddf2b5.
Remove superfluous function arguments
Added in 0eae38c
Return a value in convert_openvpn_interface_to_friendly_descr()
Calls to this function expect a return value which is then echo'd.
Fix missed changes in 2aafa69
The direct value is now used instead of the constant variable.
Fix missed changes in the transition from ipfw to pf
Fix typos and copy/paste issues
Issues found by the PHP linter mostly include typos and usage ofunassigned variables. To address these, traverse the commit historyto determine the intent.
Fix PHP linter issues
Support adding to an array in array_set_path()
- Avoid infinite loop with empty paths.- Support setting $value to the $arr root.- If $path contains a trailing forward-slash '/', push $value to the leaf node; replace the leaf node if it's a scalar.
With pkg switching to curl the format of the auth string has changed
Add newlines to crontab proxy variables. Fixes #15502
View revisions
Also available in: Atom