Changeset 6258
- Timestamp:
- 08/21/08 19:35:38 (5 months ago)
- Location:
- trunk/centreon/www
- Files:
-
- 4 modified
-
include/options/centStorage/manageData.php (modified) (1 diff)
-
include/options/centStorage/viewData.php (modified) (1 diff)
-
include/options/oreon/generalOpt/centstorage/form.php (modified) (1 diff)
-
install/sql/Update-DB-2.0-RC2_to_2.0-RC3.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/centreon/www/include/options/centStorage/manageData.php
r6251 r6258 35 35 36 36 #Path to the option dir 37 $path = "./include/options/ ods/";37 $path = "./include/options/centStorage/"; 38 38 39 39 #PHP functions -
trunk/centreon/www/include/options/centStorage/viewData.php
r6251 r6258 36 36 37 37 #Path to the option dir 38 $path = "./include/options/ ods/";38 $path = "./include/options/centStorage/"; 39 39 40 40 #PHP functions -
trunk/centreon/www/include/options/oreon/generalOpt/centstorage/form.php
r6254 r6258 102 102 */ 103 103 $tpl = new Smarty(); 104 $tpl = initSmartyTpl($path.' OreonDataStorage/', $tpl);104 $tpl = initSmartyTpl($path.'centStorage/', $tpl); 105 105 $form->setDefaults($gopt); 106 106 -
trunk/centreon/www/install/sql/Update-DB-2.0-RC2_to_2.0-RC3.sql
r6241 r6258 55 55 INSERT INTO `topology_JS` (`id_t_js`, `id_page`, `o`, `PathName_js`, `Init`) VALUES( NULL, 40201, NULL, './include/common/javascript/codebase/dhtmlxcommon.js', NULL); 56 56 57 UPDATE `topology` SET `topology_url` = './include/options/centStorage/manageData.php' WHERE `topology`.`topology_page` = 5010602 LIMIT 1 ; 58 59 57 60 DELETE FROM `topology` WHERE `topology_page` = 40210 LIMIT 1; 58 61
