There is no confidential stuff here, it is all a help file.
#
";
$mrbs_company = "SFU Biology";
# This is to fix URL problems when using a proxy in the environment.
# If links inside MRBS appear broken, then specify here the URL of
# your MRBS root directory, as seen by the users. For example:
# $url_base = "http://webtools.uab.ericsson.se/oam";
# It is also recommended that you set this if you intend to use email
# notifications, to ensure that the correct URL is displayed in the
# notification.
$url_base = "";
###################
# Calendar settings
###################
# Note: Be careful to avoid specify options that displays blocks overlaping
# the next day, since it is not properly handled.
# This setting controls whether to use "clock" based intervals (FALSE and
# the default) or user defined periods (TRUE). If user-defined periods
# are used then $resolution, $morningstarts, $eveningends,
# $eveningends_minutes and $twentyfourhour_format are ignored.
$enable_periods = FALSE;
# Resolution - what blocks can be booked, in seconds.
# Default is half an hour: 1800 seconds.
$resolution = 1800;
# Start and end of day, NOTE: These are integer hours only, 0-23, and
# morningstarts must be < eveningends. See also eveningends_minutes.
$morningstarts = 7;
$eveningends = 19;
# Minutes to add to $morningstarts to get to the real start of the day.
# Be sure to consider the value of $eveningends_minutes if you change
# this, so that you do not cause a day to finish before the start of
# the last period. For example if resolution=3600 (1 hour)
# morningstarts = 8 and morningstarts_minutes = 30 then for the last
# period to start at say 4:30pm you would need to set eveningends = 16
# and eveningends_minutes = 30
$morningstarts_minutes = 0;
# Minutes to add to $eveningends hours to get the real end of the day.
# Examples: To get the last slot on the calendar to be 16:30-17:00, set
# eveningends=16 and eveningends_minutes=30. To get a full 24 hour display
# with 15-minute steps, set morningstarts=0; eveningends=23;
# eveningends_minutes=45; and resolution=900.
$eveningends_minutes = 0;
# Define the name or description for your periods in chronological order
# For example:
# $periods[] = "Period 1"
# $periods[] = "Period 2"
# ...
# or
# $periods[] = "09:15 - 09:50"
# $periods[] = "09:55 - 10:35"
# ...
# is used to ensure that the name or description is not wrapped
# when the browser determines the column widths to use in day and week
# views
$periods[] = "Period 1";
$periods[] = "Period 2";
# Start of week: 0 for Sunday, 1 for Monday, etc.
$weekstarts = 0;
# Trailer date format: 0 to show dates as "Jul 10", 1 for "10 Jul"
$dateformat = 1;
# Time format in pages. 0 to show dates in 12 hour format, 1 to show them
# in 24 hour format
$twentyfourhour_format = 0;
########################
# Miscellaneous settings
########################
# Maximum repeating entrys (max needed +1):
$max_rep_entrys = 365 + 1;
# Default report span in days:
$default_report_days = 60;
# Results per page for searching:
$search["count"] = 20;
# Page refresh time (in seconds). Set to 0 to disable
$refresh_rate = 0;
# should areas be shown as a list or a drop-down select box?
$area_list_format = "list";
#$area_list_format = "select";
# Entries in monthly view can be shown as start/end slot, brief description or
# both. Set to "description" for brief description, "slot" for time slot and
# "both" for both. Default is "both", but 6 entries per day are shown instead
# of 12.
$monthly_view_entries_details = "both";
# To view weeks in the bottom (trailer.inc) as week numbers (42) instead of
# 'first day of the week' (13 Oct), set this to TRUE
$view_week_number = FALSE;
# To display times on right side in day and week view, set to TRUE;
$times_right_side = FALSE;
# Control the active cursor in day/week/month views.
$javascript_cursor = true; # Change to false if clients have old browsers
# incompatible with JavaScript.
$show_plus_link = true; # Change to true to always show the (+) link as in
# MRBS 1.1.
$highlight_method = "hybrid"; # One of "bgcolor", "class", "hybrid".
# Define default starting view (month, week or day)
# Default is day
$default_view = "day";
# Define default room to start with (used by index.php)
# Room numbers can be determined by looking at the Edit or Delete URL for a
# room on the admin page.
# Default is 0
$default_room = 11;
###############################################
# Authentication settings - read AUTHENTICATION
############################################### This is new version...
$auth["session"] = "remote_user"; // How to get and keep the user ID. One of
// "http" "php" "cookie" "ip" "host" "nt" "omni"
// "remote_user"
$auth["type"] = "none";
// $auth["session"] = "php"; # How to get and keep the user ID. One of
# "http" "php" "cookie" "ip" "host" "nt" "omni".
// $auth["type"] = "pop3"; # How to validate the user...
# "config" <--default "db" "db_ext" "pop3" "imap" "ldap" "nis"
# "nw" "ext".
# changed to pop3 for SFU
# The list of administrators (can modify other peoples settings)
# $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.
$auth["admin"][] = "dcar"; # Dave # modified for SFU
$auth["admin"][] = "rapck"; #
$auth["admin"][] = "rpic"; #
$auth["admin"][] = "oliv"; #
# deleted lots of stuff
#****************************
# Miscellaneous settings
# Set the language used for emails (choose an available lang.* file).
# Default is 'en'.
define ("MAIL_ADMIN_LANG", 'en');
# Set the email address of the From field. Default is $mrbs_admin_email
define ("MAIL_FROM", $mrbs_admin_email);
# Set the recipient email. Default is $mrbs_admin_email. You can define
# more than one recipient like this "john@doe.com,scott@tiger.com"
define ("MAIL_RECIPIENTS", $mrbs_admin_email);
# Set email address of the Carbon Copy field. Default is ''. You can define
# more than one recipient (see MAIL_RECIPIENTS)
define ("MAIL_CC", '');
# Set the content of the Subject field for added/changed entries.
$mail["subject"] = "Entry added/changed for $mrbs_company MRBS";
# Set the content of the Subject field for deleted fields.
$mail["subject_delete"] = "Entry deleted for $mrbs_company MRBS";
# Set the content of the message when a new entry is booked. What you type
# here will be added at the top of the message body.
$mail["new_entry"] = "A new entry has been booked, here are the details:";
# Set the content of the message when an entry is modified. What you type
# here will be added at the top of the message body.
$mail["changed_entry"] = "An entry has been modified, here are the details:";
# Set the content of the message when an entry is deleted. What you type
# here will be added at the top of the message body.
$mail["deleted_entry"] = "An entry has been deleted, here are the details:";
##########
# Language
##########
# Set this to 1 to use UTF-8 in all pages and in the database, otherwise
# text gets enterered in the database in different encodings, dependent
# on the users' language 0 required for SFU
$unicode_encoding = 0;
# Set this to a different language specifier to default to different
# language tokens. This must equate to a lang.* file in MRBS.
# e.g. use "fr" to use the translations in "lang.fr" as the default
# translations
$default_language_tokens = "en";
# Set this to 1 to disable the automatic language changing MRBS performs
# based on the user's browser language settings. It will ensure that
# the language displayed is always the value of $default_language_tokens,
# as specified above
$disable_automatic_language_changing = 0;
# Set this to a valid locale (for the OS you run the MRBS server on)
# if you want to override the automatic locale determination MRBS
# performs
$override_locale = "";
# faq file language selection. IF not set, use the default english file.
# IF your language faq file is available, set $faqfilelang to match the
# end of the file name, including the underscore (ie. for site_faq_fr.html
# use "_fr"
$faqfilelang = "";
# This next require must be done after the definitions above, as the definitions
# are used in the included file
require_once "language.inc";
#############
# Entry Types
#############
# This array maps entry type codes (letters A through J) into descriptions.
# Each type has a color (see TD.x classes in the style sheet mrbs.css).
# A=Pink B=Blue-green C=Peach D=Yellow E=Light blue
# F=Tan G=Red H=Aqua I=Light green J=Gray
# The value for each type is a short (one word is best) description of the
# type. The values must be escaped for HTML output ("R&D").
# Please leave I and E alone for compatibility.
# If a type's entry is unset or empty, that type is not defined; it will not
# be shown in the day view color-key, and not offered in the type selector
# for new or edited entries.
$typel["A"] = "Physics";
$typel["B"] = "MBB";
$typel["C"] = "Chemistry";
$typel["D"] = "Defense";
$typel["E"] = get_vocab("external");
$typel["F"] = "Dept Mtg";
$typel["G"] = "Les Ecol";
$typel["H"] = "Seminar";
$typel["I"] = get_vocab("internal");
$typel["J"] = "Comm Mtg";
##########################################
# PHP System Configuration - internal use, do not change
##########################################
# Disable magic quoting on database returns:
set_magic_quotes_runtime(0);
# Make sure notice errors are not reported, they can break mrbs code:
error_reporting (E_ALL ^ E_NOTICE);
# These variables specify the names of the tables in the database
# These should not need to be changed. Please change $db_tbl_prefix
# in the database section above.
$tbl_area = $db_tbl_prefix . "area";
$tbl_entry = $db_tbl_prefix . "entry";
$tbl_repeat = $db_tbl_prefix . "repeat";
$tbl_room = $db_tbl_prefix . "room";
$tbl_users = $db_tbl_prefix . "users";
# MRBS developers, make sure to update this string before each release:
$mrbs_version = "MRBS 1.2.3";
?>