Update of /cvsroot/openfirst/base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11601
Modified Files:
index.php
Log Message:
Show of login prompt based on $ogUser
Index: index.php
===================================================================
RCS file: /cvsroot/openfirst/base/index.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** index.php 15 Oct 2005 19:39:15 -0000 1.19
--- index.php 16 Oct 2005 22:49:02 -0000 1.20
***************
*** 39,43 ****
<tr>
<?php
! if(isset($Headers) == false) {
echo("You may: <a href='config/'>login to configure openFIRST options</a>.");
}
--- 39,43 ----
<tr>
<?php
! if(!$ogUser->isLoggedIn()) {
echo("You may: <a href='config/'>login to configure openFIRST options</a>.");
}
|