Fixed the update manager URL
This commit is contained in:
parent
f406bdb02d
commit
34476a80c1
|
@ -87,7 +87,7 @@ echo '</div>';
|
||||||
echo '' . __('To get your <b>Pandora FMS Enterprise License</b>:') . '<br />';
|
echo '' . __('To get your <b>Pandora FMS Enterprise License</b>:') . '<br />';
|
||||||
echo '<ul>';
|
echo '<ul>';
|
||||||
echo '<li>';
|
echo '<li>';
|
||||||
echo '' . __('Go to <a target="_blank" href="http://artica.es/pandoraupdate51/index.php?section=generate_key_client">http://artica.es/pandoraupdate51/index.php?section=generate_key_client</a>');
|
echo '' . sprintf(__('Go to %s'), "<a target=\"_blank\" href=\"http://artica.es/pandoraupdate51/index.php?section=generate_key_client\">http://artica.es/pandoraupdate51/index.php?section=generate_key_client</a>");
|
||||||
echo '</li>';
|
echo '</li>';
|
||||||
echo '<li>';
|
echo '<li>';
|
||||||
echo '' .__('Enter the <b>auth key</b> and the following <b>request key</b>:');
|
echo '' .__('Enter the <b>auth key</b> and the following <b>request key</b>:');
|
||||||
|
|
Loading…
Reference in New Issue