Changeset 93
- Timestamp:
- 11/25/06 16:46:15 (16 years ago)
- Location:
- dev
- Files:
-
- 2 removed
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/globals.php
r78 r93 6 6 // current version: major.minor.sub 7 7 // unpair numbers for minor = development version 8 define('KB_VERSION', '1. 1.'.SVN_REV);8 define('KB_VERSION', '1.2.0'); 9 9 10 10 // set the running-server for id-syncs here -
dev/index.php
r2 r93 1 <? 2 include( "common/index.php" ); 1 <?php 2 error_reporting(E_ALL ^ E_NOTICE); 3 include('common/index.php'); 3 4 ?>