Changeset 2237
- Timestamp:
- 11/26/10 12:00:01 (18 months ago)
- Location:
- branches/1.5
- Files:
-
- 1 removed
- 3 modified
-
Hotaru.php (modified) (1 diff)
-
READ_ME.txt (modified) (2 diffs)
-
hotaru_settings_default.php (modified) (1 diff)
-
index.php (deleted)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/Hotaru.php
r2236 r2237 72 72 // define shorthand paths 73 73 if (!defined('BASE')) { 74 define("BASE", dirname(__FILE__). '/');74 define("BASE", dirname(__FILE__). '/'); 75 75 define("CACHE", dirname(__FILE__).'/cache/'); 76 define("ADMIN", dirname(__FILE__).'/admin/');77 define("INSTALL", dirname(__FILE__).'/install/');78 define("LIBS", dirname(__FILE__).'/libs/');79 define("EXTENSIONS", dirname(__FILE__).'/libs/extensions/');80 define("FUNCTIONS", dirname(__FILE__).'/functions/');81 define("CONTENT", dirname(__FILE__).'/content/');82 define("THEMES", dirname(__FILE__).'/content/themes/');83 define("PLUGINS", dirname(__FILE__).'/content/plugins/');84 define("ADMIN_THEMES", dirname(__FILE__).'/content/admin_themes/');76 define("ADMIN", dirname(__FILE__).'/admin/'); 77 define("INSTALL", dirname(__FILE__).'/install/'); 78 define("LIBS", dirname(__FILE__).'/libs/'); 79 define("EXTENSIONS", dirname(__FILE__).'/libs/extensions/'); 80 define("FUNCTIONS", dirname(__FILE__).'/functions/'); 81 define("CONTENT", dirname(__FILE__).'/content/'); 82 define("THEMES", dirname(__FILE__).'/content/themes/'); 83 define("PLUGINS", dirname(__FILE__).'/content/plugins/'); 84 define("ADMIN_THEMES", dirname(__FILE__).'/content/admin_themes/'); 85 85 define("SITEURL", BASEURL); 86 86 } -
branches/1.5/READ_ME.txt
r2161 r2237 1 1 HOTARU CMS 2 2 ========== 3 Version: 1. 4.14 Released: August 14th 20103 Version: 1.5 4 Released: ??? 5 5 6 6 Installation 7 7 ------------ 8 8 9 Please visit http:// hotarudocs.com/Getting_Started#Installing_and_Upgrading for9 Please visit http://docs.hotarucms.org/Getting_Started#Installing_and_Upgrading for 10 10 the most up-to-date version of these instructions. 11 11 … … 24 24 3. Turn off all your plugins. 25 25 4. Overwrite ALL the old files. If you've made any customizations, read this 26 first: http:// hotarudocs.com/File_Organization26 first: http://docs.hotarucms.org/File_Organization 27 27 5. Go to /install/upgrade.php and follow the steps 28 28 6. Turn your plugins back on -
branches/1.5/hotaru_settings_default.php
r1816 r2237 3 3 4 4 // Paths 5 define('BASEURL', "http://example.com/"); // e.g. http://example.com/ (needs trailing cache)5 define('BASEURL', "http://example.com/"); // e.g. http://example.com/ (needs trailing slash) 6 6 7 7 // Database details