Versión 1.0.3, #499: Integrar versión 1.0.3 en rama principal.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2695 a21b9725-9963-47de-94b9-378ad31fedc9remotes/github/debian-pkg
parent
d4871ae3f3
commit
7a9f3befa1
|
@ -75,6 +75,9 @@ CREATE TABLE IF NOT EXISTS `administradores_centros` (
|
|||
PRIMARY KEY (`idadministradorcentro`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||||
|
||||
INSERT INTO `administradores_centros` (`idadministradorcentro`, `idusuario`, `idcentro`) VALUES
|
||||
(1, 1, 1);
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
//________________________________________________________________________________________________________
|
||||
//
|
||||
// Fichero de idiomas javascript: consolaremota_eng.js
|
||||
// Idioma: English
|
||||
//________________________________________________________________________________________________________
|
||||
TbMsg=new Array;
|
||||
TbMsg[0]="Attention.-Has there been any error in the Remote Console application";
|
||||
TbMsg[1]="The Remote Console request was sent successfully";
|
Loading…
Reference in New Issue