Просмотр исходного кода

Merge pull request #103 from oNdsen/patch-4

Fixed Bug in AutoUpdater Link
OwN-3m-All 9 лет назад
Родитель
Сommit
c12f6f93c1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      modules/gamemanager/server_monitor.php

+ 1 - 1
modules/gamemanager/server_monitor.php

@@ -389,7 +389,7 @@ function exec_ogp_module() {
 							<img src='" . check_theme_image("images/steam.png") ."' title='". install_update_steam ."'>
 							<span>". install_update_steam ."</span>
 						</a>";
-						$manager .= "<a class='monitorbutton getAutoUpdateLink' copyfail='" . auto_update_copy_me_fail . "' copysuccess='" . auto_update_copy_me_success . "' autoupdatetext='" . auto_update_title_popup . "' autoupdatehtml='" . htmlentities(auto_update_popup_html) . "' copyme='" . auto_update_copy_me . "' autoupdatelink='" . getOGPSiteURL() . "/ogp_api.php?action=autoUpdateSteamHome&homeid=" . $ver_home['home_id'] . "&controlpass=" . $server_home['control_password'] . "'>
+						$manager .= "<a class='monitorbutton getAutoUpdateLink' copyfail='" . auto_update_copy_me_fail . "' copysuccess='" . auto_update_copy_me_success . "' autoupdatetext='" . auto_update_title_popup . "' autoupdatehtml='" . htmlentities(auto_update_popup_html) . "' copyme='" . auto_update_copy_me . "' autoupdatelink='" . getOGPSiteURL() . "/ogp_api.php?action=autoUpdateSteamHome&homeid=" . $server_home['home_id'] . "&controlpass=" . $server_home['control_password'] . "'>
 							<img src='" . check_theme_image("images/auto_update.png") . "' title='". get_steam_autoupdate_api_link . "'>
 							<span>". get_steam_autoupdate_api_link . "</span>
 						</a>";