From 8d80a771e32483112070ccee3d949dbbe558b064 Mon Sep 17 00:00:00 2001 From: stilez Date: Sat, 27 May 2017 13:44:06 +0100 Subject: create global for user code dir, in diag_command.php Going to try and stop user code generating notices, by putting it in a specific dir which doesn't give notices for syntax errors. --- src/etc/inc/globals.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/etc') diff --git a/src/etc/inc/globals.inc b/src/etc/inc/globals.inc index 9166421..c4533d8 100644 --- a/src/etc/inc/globals.inc +++ b/src/etc/inc/globals.inc @@ -50,6 +50,7 @@ $g = array( "varlog_path" => "/var/log", "etc_path" => "/etc", "tmp_path" => "/tmp", + "tmp_path_user_code" => "/tmp/user_code", "conf_path" => "/conf", "conf_default_path" => "/conf.default", "cf_path" => "/cf", -- cgit v1.1