[Openfirst-cvscommit] base/config index.php,1.1.1.1,1.2
Brought to you by:
xtimg
From: <dav...@us...> - 2003-06-27 20:14:19
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv16544 Modified Files: index.php Log Message: Added link to module manager Index: index.php =================================================================== RCS file: /cvsroot/openfirst/base/config/index.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** index.php 7 Jun 2003 16:11:31 -0000 1.1.1.1 --- index.php 27 Jun 2003 20:14:16 -0000 1.2 *************** *** 34,38 **** ?> <h1>OpenFIRST Configuration Area</h1> ! <p><a href="install.php">Install Component</a> - required to install several new openFIRST modules.</p> <?php } else { --- 34,41 ---- ?> <h1>OpenFIRST Configuration Area</h1> ! <p><a href="install.php">Install Component</a> - required to install several new ! openFIRST modules.</p> ! <p><a href="modules.php">Module Administrator</a> - required to manage openFIRST ! modules.</p> <?php } else { |