[Openfirst-cvscommit] base/includes globals.php,1.24,1.25
Brought to you by:
xtimg
From: Jamie <ast...@us...> - 2006-02-23 17:37:29
|
Update of /cvsroot/openfirst/base/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29419/includes Modified Files: globals.php Log Message: Added minimum version warning. Index: globals.php =================================================================== RCS file: /cvsroot/openfirst/base/includes/globals.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** globals.php 23 Feb 2006 16:38:47 -0000 1.24 --- globals.php 23 Feb 2006 17:37:24 -0000 1.25 *************** *** 29,32 **** --- 29,34 ---- // Purpose: Initialize the openFIRST system. + define('OPENFIRST_MINIMUM_PHP_VERSION', '4.3.0'); + $configdir = dirname(__FILE__); if( !defined('OPENFIRST_INSTALLATION_SCRIPT') && !file_exists( "$configdir/sitesettings.php" ) ) { |