Revision: 1195
http://mrbs.svn.sourceforge.net/mrbs/?rev=1195&view=rev
Author: dceschools
Date: 2009-09-08 15:52:50 +0000 (Tue, 08 Sep 2009)
Log Message:
-----------
Add unset to array variables in systemdefaults.inc.php so they can be copied to
config.inc.php if needed.
Modified Paths:
--------------
mrbs/trunk/web/systemdefaults.inc.php
Modified: mrbs/trunk/web/systemdefaults.inc.php
===================================================================
--- mrbs/trunk/web/systemdefaults.inc.php 2009-09-06 17:01:46 UTC (rev
1194)
+++ mrbs/trunk/web/systemdefaults.inc.php 2009-09-08 15:52:50 UTC (rev
1195)
@@ -200,6 +200,7 @@
// 'é' or 'é', etc.
// NOTE: The maximum number of periods is 60. Do not define more than this.
+unset($periods); // Include this line when copying to config.inc.php
$periods[] = "Period 1";
$periods[] = "Period 2";
// NOTE: The maximum number of periods is 60. Do not define more than this.
@@ -405,6 +406,7 @@
// users list in the database, the system will automatically add a field to
// the table for access rights and give admin rights to those users in the
database
// for whom admin rights are defined here. After that this list is ignored.
+unset($auth["admin"]); // Include this when copying to
config.inc.php
$auth["admin"][] = "127.0.0.1"; // localhost IP address. Useful with IP
sessions.
$auth["admin"][] = "administrator"; // A user name from the user list. Useful
// with most other session schemes.
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits