mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
(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
This commit is contained in:
parent
b3873a8197
commit
8bc4bdcbec
@ -27,6 +27,7 @@
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
require_once("util.inc");
|
||||
require_once("config.inc");
|
||||
require_once("system.inc");
|
||||
require_once("services.inc");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user