2014-08-12 Sancho Lerena <slerena@artica.es>
* pandoradb_data.sql: No more "welcome to Pandora FMS 5.0" removed version code to allow the same text for next releases :-) git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10403 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
b4811b918b
commit
9445ab2cd1
|
@ -1,3 +1,9 @@
|
|||
2014-08-12 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* pandoradb_data.sql: No more "welcome to Pandora FMS 5.0"
|
||||
removed version code to allow the same text for next releases
|
||||
:-)
|
||||
|
||||
2014-08-11 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/help/clippy/godmode_agentes_modificar_agente.php,
|
||||
|
|
|
@ -283,7 +283,7 @@ INSERT INTO `tperfil` VALUES (1,'Operator (Read)',0,1,0,1,0,0,0,0,0
|
|||
-- Dumping data for table `tnews`
|
||||
--
|
||||
|
||||
INSERT INTO `tnews` (`id_news`, `author`, `subject`, `text`, `timestamp`) VALUES (1,'admin','Welcome to Pandora FMS 5.0!','This is the new Pandora FMS Console. A lot of new features have been added since last version. Please read the documentation about it, and feel free to test any option.\r\n\r\nThe Pandora FMS Team.',NOW());
|
||||
INSERT INTO `tnews` (`id_news`, `author`, `subject`, `text`, `timestamp`) VALUES (1,'admin','Welcome to Pandora FMS!','This is the Pandora FMS Console. A lot of new features have been added since last version. Please read the documentation about it, and feel free to test any option.\r\n\r\nThe Pandora FMS Team.',NOW());
|
||||
INSERT INTO `tnews` (`id_news`, `author`, `subject`, `text`, `timestamp`) VALUES (2,'admin','New Pandora FMS Agent Features','Feel free to test our new features for both Windows and Linux agents: Proxy and Broker modes.',NOW());
|
||||
|
||||
INSERT INTO tmodule VALUES (1,'Agent module');
|
||||
|
|
Loading…
Reference in New Issue