2008-04-09 Sancho Lerena <slerena@gmail.com>

* AUTHORS: Updated.

        * pandoradb.sql: Added new index proposed for tagente_datos.

        * upgrade.php: Disabled until was functional.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@802 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2008-04-09 14:50:15 +00:00
parent 6b726928a2
commit a9c83a2f74
4 changed files with 15 additions and 2 deletions

View File

@ -1,2 +1,3 @@
Sancho Lerena <slerena@gmail.com>
Raul Mateos <raulofpandora@gmail.com>
Jorge Gonzalez <jorge.gonzalez@artica.es>
Raul Mateos <raulofpandora@gmail.com>

View File

@ -1,3 +1,11 @@
2008-04-09 Sancho Lerena <slerena@gmail.com>
* AUTHORS: Updated.
* pandoradb.sql: Added new index proposed for tagente_datos.
* upgrade.php: Disabled until was functional.
2006-04-07 Jorge Gonzalez <jorge.gonzalez@artica.es>
* godmode/agentes/agent_template.php,

View File

@ -76,7 +76,8 @@ CREATE TABLE `tagente_datos` (
`id_agente` mediumint(8) unsigned NOT NULL default '0',
`utimestamp` int(10) unsigned default '0',
PRIMARY KEY (`id_agente_datos`),
KEY `data_index2` (`id_agente`,`id_agente_modulo`)
KEY `data_index2` (`id_agente`,`id_agente_modulo`),
KEY `data_index1` (`id_agente_modulo`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE TABLE `tagent_data_image` (

View File

@ -37,6 +37,9 @@
<body>
<?php
echo "<h1>INSTALLER IS NOT WORKING YET. PLEASE DO NOT USE</h1>";
exit;
error_reporting(0);
function check_extension ( $ext, $label ){