Update of /cvsroot/xoops/xoops-current/html/modules/system
In directory usw-pr-cvs1:/tmp/cvs-serv14779
Modified Files:
admin.php
Log Message:
no message
Index: admin.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/modules/system/admin.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** admin.php 20 Sep 2002 16:14:34 -0000 1.2
--- admin.php 20 Sep 2002 16:51:46 -0000 1.3
***************
*** 60,64 ****
if ( $admintest == 1 ) {
! if ( $fct != "" ) {
if ( file_exists(XOOPS_ROOT_PATH."/modules/system/admin/".$fct."/main.php") ) {
if ( file_exists(XOOPS_ROOT_PATH."/modules/system/language/".$xoopsConfig['language']."/admin/".$fct.".php") ) {
--- 60,64 ----
if ( $admintest == 1 ) {
! if (isset($fct) && $fct != '') {
if ( file_exists(XOOPS_ROOT_PATH."/modules/system/admin/".$fct."/main.php") ) {
if ( file_exists(XOOPS_ROOT_PATH."/modules/system/language/".$xoopsConfig['language']."/admin/".$fct.".php") ) {
|