2012-05-10 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* general/login_help_dialog.php: Removed variable due to obfuscation. Merged from branches. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6289 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
9882ab6c0d
commit
e77a0c72be
|
@ -1,3 +1,10 @@
|
|||
2012-05-10 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* general/login_help_dialog.php: Removed variable due to
|
||||
obfuscation.
|
||||
|
||||
Merged from branches.
|
||||
|
||||
2012-05-10 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/javascript/pandora_modules.js
|
||||
|
|
|
@ -35,10 +35,6 @@ if (is_ajax()) {
|
|||
}
|
||||
|
||||
// Prints help dialog information
|
||||
|
||||
if ($license_fail == 1)
|
||||
return;
|
||||
|
||||
echo '<div id="login_help_dialog" title="' . __('Welcome to Pandora FMS') . '" style="">';
|
||||
|
||||
echo '<div style="position:absolute; top:30px; left: 10px; text-align: left; right:0%; height:70px; width:560px; margin: 0 auto; border: 1px solid #FFF; line-height: 19px;">';
|
||||
|
|
Loading…
Reference in New Issue