My favorites | Sign in
Logo
                
Search
for
Updated Apr 30, 2009 by k00pa.pelikoira
Labels: Phase-Deploy
BurstPathConfig  
Guide to modify burst_paths.php

Introduction

With burst_paths.php you can edit paths that burstcms uses. This is useful example if you want burstcms files to different directory, or you want to use same files with many burstcms.

Details

You can change path to what ever you want, but if you don't know what you are doing, you can screw your cms.

Default content of burst_paths.php

define ('BURST_ROOT', dirname (__FILE__));
define ('BURST_DATABASE_PATH', BURST_ROOT . '/database');
define ('BURST_DB_DRIVERS_PATH', BURST_ROOT . '/database/adodbSQL_drivers');
define ('BURST_ADMIN_PATH', BURST_ROOT . '/admin');
define ('BURST_MODULE_PATH', BURST_ROOT . '/modules');
define ('BURST_CORE_PATH', BURST_ROOT . '/core');
define ('BURST_THEMES_PATH', BURST_ROOT . '/themes');
define ('BURST_COMPONENT_PATH', BURST_ROOT . '/components');
define ('BURST_MODULE_INTERFACE_PATH', BURST_MODULE_PATH . '/interfaces');
define ('BURST_COMPONENT_INTERFACE_PATH', BURST_COMPONENT_PATH .
'/interfaces');
define ('BURST_ERROR_PATH', BURST_ROOT . '/errors');

Sign in to add a comment
Hosted by Google Code