- Timestamp:
- 07/10/09 09:38:00 (13 years ago)
- Location:
- dev
- Files:
-
- 6 added
- 4 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/globals.php
r413 r414 7 7 else 8 8 { 9 $svn_rev = '41 3';9 $svn_rev = '414'; 10 10 } 11 11 define('SVN_REV', $svn_rev); -
dev/common/index.php
r404 r414 22 22 23 23 // many ppl had issues with pear and relative paths 24 require_once('kbconfig.php'); 24 include_once('kbconfig.php'); 25 // If there is no config then redirect to the install folder. 26 if(!defined('KB_SITE')) 27 { 28 $url = "http://".$_SERVER['HTTP_HOST'].$_SERVER['SCRIPT_NAME']; 29 $url = substr($url, 0, strrpos($url,'/')+1)."install/"; 30 header("Location: ".$url); 31 die; 32 } 25 33 require_once('common/includes/globals.php'); 26 34 require_once('common/includes/php_compat.php'); -
dev/install/config.data
r397 r414 57 57 summarytable 1 58 58 cfg_qcache 0 59 DBUpdate 0 0759 DBUpdate 010 60 60 cache_update * 61 61 cache_time 10 -
dev/packages/database/contents.xml
r373 r414 150 150 </table> 151 151 <table> 152 <name>kb3_sum_alliance</name> 153 <version>1.1</version> 154 </table> 155 <table> 156 <name>kb3_sum_corp</name> 157 <version>1.1</version> 158 </table> 159 <table> 160 <name>kb3_sum_pilot</name> 161 <version>1.1</version> 162 </table> 163 <table> 152 164 <name>kb3_system_jumps</name> 153 165 <version>1.1</version>