[Openfirst-cvscommit] base/config index.php,1.4,1.5
Brought to you by:
xtimg
From: <xt...@us...> - 2003-08-30 18:26:15
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv23017 Modified Files: index.php Log Message: Add version checking ability to base module Index: index.php =================================================================== RCS file: /cvsroot/openfirst/base/config/index.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** index.php 28 Jun 2003 17:29:29 -0000 1.4 --- index.php 30 Aug 2003 18:26:07 -0000 1.5 *************** *** 33,36 **** --- 33,38 ---- ?> <h1>OpenFIRST Configuration Area</h1> + <p><a href="version.php">Version Check</a> - ensure that your version of the openFIRST web portal + software and any 3rd party extensions is up to date</p> <p><a href="install.php">Install Component</a> - required to install several new openFIRST modules.</p> *************** *** 42,44 **** } include($footer); ! ?> \ No newline at end of file --- 44,46 ---- } include($footer); ! ?> |