Update of /cvsroot/phpwsbb/phpwsbb/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19406/conf
Modified Files:
boost.php help.php
Log Message:
RFE #906879: Added offline mode
Index: boost.php
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/conf/boost.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** boost.php 2 Mar 2004 02:40:48 -0000 1.25
--- boost.php 16 Mar 2004 03:52:04 -0000 1.26
***************
*** 19,23 ****
$admin_mod = 1;
$active = "on";
! $version = "0.8.1";
$admin_op = "&PHPWSBB_MAN_OP=list";
$mod_class_files = array("Manager.php");
--- 19,23 ----
$admin_mod = 1;
$active = "on";
! $version = "0.9.0";
$admin_op = "&PHPWSBB_MAN_OP=list";
$mod_class_files = array("Manager.php");
Index: help.php
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/conf/help.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** help.php 2 Mar 2004 02:40:48 -0000 1.6
--- help.php 16 Mar 2004 03:52:04 -0000 1.7
***************
*** 23,25 ****
--- 23,27 ----
$sortorder_content = "This value sets the order in which the forums are listed on the Forums page. Must be an integer value.";
+ $bboffline = "Take Bulletin Board Offline";
+ $bboffline_content = "Checking this will prevent non-deity users from accessing the bulletin board. They will be presented with a message indicating the bulletin board is offline for maintenance. This can be used when doing upgrades or maintenance like cleaning/moving messages and threads.";
?>
|