GIF89a;
method = ctrl_options::GetSystemOption('logmode'); $hook_log->logcode = "861"; foreach (glob($mod_folder, GLOB_BRACE) as $hook_file) { if (file_exists($hook_file)) { $hook_log->detail = "Execute hook file (" . $hook_file . ")"; try { include $hook_file; } catch (Exception $e) { $hook_log->detail .= ' -> Exception(' . $e->getMessage() . ') :('; } // $hook_log->writeLog(); } } } } ?>