Update of /cvsroot/xoops/xoops-current/html/language/english
In directory usw-pr-cvs1:/tmp/cvs-serv14303/html/language/english
Modified Files:
global.php
Log Message:
no comment
Index: global.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/language/english/global.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** global.php 27 Sep 2002 09:23:29 -0000 1.7
--- global.php 30 Sep 2002 00:35:39 -0000 1.8
***************
*** 25,30 ****
define("_MORE","more...");
define("_IFNOTRELOAD","If the page does not automatically reload, please click <a href=%s>here</a>");
! define("_WARNINSTALL2","WARNING: File %s exists on your server. Please remove this file for security reasons.");
! define("_WARNINWRITEABLE","WARNING: File %s is writeable by the server. Please change the permission of this file for security reasons.");
//%%%%%% File Name themeuserpost.php %%%%%
--- 25,30 ----
define("_MORE","more...");
define("_IFNOTRELOAD","If the page does not automatically reload, please click <a href=%s>here</a>");
! define("_WARNINSTALL2","WARNING: File %s exists on your server. <br /> Please REMOVE this file for security reasons.");
! define("_WARNINWRITEABLE","WARNING: File %s is writeable by the server.<br /> Please change the permission of this file for security reasons.<br /> in Unix (0666), in Win32 (read-only)");
//%%%%%% File Name themeuserpost.php %%%%%
|