diff --git a/web/public_php/admin/config.php b/web/public_php/admin/config.php index 9c0e9b44a..bfc0fe70d 100644 --- a/web/public_php/admin/config.php +++ b/web/public_php/admin/config.php @@ -73,6 +73,6 @@ 'level_name' => 'Administrator'), ); - $restart_notification_emails = array('support@ryzomcore.org'); + $restart_notification_emails = array('support@ryzom.dev'); ?> diff --git a/web/public_php/admin/functions_tool_graphs.php b/web/public_php/admin/functions_tool_graphs.php index ba043891c..cd7e6b1d6 100644 --- a/web/public_php/admin/functions_tool_graphs.php +++ b/web/public_php/admin/functions_tool_graphs.php @@ -148,6 +148,7 @@ { if ($handle = opendir($dir)) { + $filelist = array(); while (($file = readdir($handle)) !== false) { if (($file != '.') && ($file != '..')) diff --git a/web/public_php/admin/tool_graphs.php b/web/public_php/admin/tool_graphs.php index a628f45b2..32d0dff0c 100644 --- a/web/public_php/admin/tool_graphs.php +++ b/web/public_php/admin/tool_graphs.php @@ -198,6 +198,7 @@ $tpl->assign('tool_frame_list', $tool_lowres_frames); $tpl->assign('tool_frame_selected', $view_time_lowframe); + $rrd_webs = array(); if ($view_shard_id && $view_time_lowframe) { $graph_data_tmp = tool_graphs_get_list_v2($AS_RRDPath, strtolower($AS_InternalName), false); @@ -211,7 +212,6 @@ $graph_list = tool_graphs_find($tool_tech_graph_list, $graph_data_tmp['datas']); nt_common_add_debug($graph_list); - $rrd_webs = array(); reset($graph_list); foreach($graph_list as $graph_item) {