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" ) ) {
|