Commit 383c3a9b authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(legacy) fix PHP Fatal error: Call to undefined function lock() in...

(legacy) fix PHP Fatal error:  Call to undefined function lock() in /usr/local/etc/inc/system.inc on line 125

traceback missing library issue, search function where lock() is used in line 125 (system_resolvconf_generate), then check use and add
missing library,

grep -r system_resolvconf_generate * | sed 's/:/ /g' | awk '{print $1;}' | sort -u
parent 9ddb9c0b
......@@ -27,6 +27,7 @@
POSSIBILITY OF SUCH DAMAGE.
*/
require_once("util.inc");
require_once("config.inc");
require_once("system.inc");
require_once("services.inc");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment