- Small Changes in some text (Pandora Server)
- Small bug solved in the highlight of one option in Operation Menu (Pandora Console) git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@33 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
73f5dfe5e6
commit
524a01ccea
|
@ -36,7 +36,7 @@ if (isset($_SESSION["id_usuario"])) {
|
|||
echo "<div id='arrows'><ul class='mn'><li><a href='index.php?sec=estado&sec2=operation/agentes/status_monitor&refr=60' class='mn'>".$lang_label["detailed_monitoragent_state"]."</a></li></ul></div>";
|
||||
}
|
||||
else echo "<div id='arrow'><ul class='mn'><li><a href='index.php?sec=estado&sec2=operation/agentes/status_monitor&refr=60' class='mn'>".$lang_label["detailed_monitoragent_state"]."</a></li></ul></div>";
|
||||
if(isset($_GET["sec2"]) && $_GET["sec2"] == "operation/agentes/exportada") {
|
||||
if(isset($_GET["sec2"]) && $_GET["sec2"] == "operation/agentes/exportdata") {
|
||||
echo "<div id='arrows'><ul class='mn'><li><a href='index.php?sec=estado&sec2=operation/agentes/exportdata' class='mn'>".$lang_label["export_data"]."</a></li></ul></div>";
|
||||
}
|
||||
else echo "<div id='arrow'><ul class='mn'><li><a href='index.php?sec=estado&sec2=operation/agentes/exportdata' class='mn'>".$lang_label["export_data"]."</a></li></ul></div>";
|
||||
|
|
|
@ -211,7 +211,7 @@ sub pandora_loadconfig {
|
|||
print " [*] MD5 Security enabled.\n";
|
||||
}
|
||||
if ($pa_config->{"pandora_master"} == 1) {
|
||||
print " [*] This server is in MASTER mode.\n";
|
||||
print " [*] This server is running in MASTER mode.\n";
|
||||
}
|
||||
if ($pa_config->{"daemon"} == 1) {
|
||||
print " [*] This server is running in DAEMON mode.\n";
|
||||
|
|
Loading…
Reference in New Issue