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:
parent
6b726928a2
commit
a9c83a2f74
|
@ -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>
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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` (
|
||||
|
|
|
@ -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 ){
|
||||
|
|
Loading…
Reference in New Issue