®omano 8 лет назад
Родитель
Сommit
9f4dcfca91
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      modules/gamemanager/server_monitor.php

+ 1 - 1
modules/gamemanager/server_monitor.php

@@ -433,7 +433,7 @@ function exec_ogp_module() {
 
 				if ($db->isModuleInstalled("editconfigfiles") && !empty($server_xml->configuration_files)) {
 					$manager .= "<a href=\"?m=editconfigfiles&home_id=".(int)$server_home['home_id']."\" class=\"monitorbutton\">
-									<img src='" . check_theme_image("images/txt.png") . "' title='". edit_configuration_files ."'>
+									<img src='" . check_theme_image("images/editconfig.png") . "' title='". edit_configuration_files ."'>
 									<span>". edit_configuration_files ."</span>
 					</a>";
 				}