2010-09-24 Sancho Lerena <slerena@artica.es>
* install.php: Updated version and build * pandoradb_data.sql: Updated database schema versioN/build git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3289 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
22410dbebd
commit
bad9df7eb1
|
@ -1,3 +1,8 @@
|
||||||
|
2010-09-24 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
|
* install.php: Updated version and build
|
||||||
|
|
||||||
|
|
||||||
2010-09-24 Miguel de Dios <miguel.dedios@artica.es>
|
2010-09-24 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* operation/events/events.php: fixed the lost $url var, recovered from the
|
* operation/events/events.php: fixed the lost $url var, recovered from the
|
||||||
|
|
|
@ -33,8 +33,8 @@
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$version = "3.1-dev";
|
$version = "3.2-dev";
|
||||||
$build = "100513";
|
$build = "100924";
|
||||||
$banner = "v$version Build $build";
|
$banner = "v$version Build $build";
|
||||||
|
|
||||||
error_reporting(0);
|
error_reporting(0);
|
||||||
|
|
|
@ -46,8 +46,8 @@ INSERT INTO `tconfig` (`token`, `value`) VALUES
|
||||||
('days_compact','15'),
|
('days_compact','15'),
|
||||||
('graph_res','5'),
|
('graph_res','5'),
|
||||||
('step_compact','1'),
|
('step_compact','1'),
|
||||||
('db_scheme_version','3.1'),
|
('db_scheme_version','3.2dev'),
|
||||||
('db_scheme_build','PD100608'),
|
('db_scheme_build','PD100922'),
|
||||||
('show_unknown','0'),
|
('show_unknown','0'),
|
||||||
('show_lastalerts','1'),
|
('show_lastalerts','1'),
|
||||||
('style','pandora'),
|
('style','pandora'),
|
||||||
|
|
Loading…
Reference in New Issue