<?
# Slashster: Open Source Friend of a Friend Software
# Copyright 2004 Mark El-Wakil
# Contact: hide@address.com
# http://seventhcycle.net
#
# This file is part of Slashster.
#
# Slashster is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# Slashster is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Slashster; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
$this->sql[db_host] = "localhost";
$this->sql[db_login] = "login";
$this->sql[db_pass] = "pass";
$this->sql[db_data] = "slashster";
$this->adm[country] = "US";
$this->adm[state] = "California";
$this->adm[city] = "Los Angeles";
$this->adm[orgname] = "Administrator";
$this->adm[orgunitname] = "Slashster Clone";
$this->adm[name] = "Your Name";
$this->adm[email] = "hide@address.com";
$this->sys[siteroot] = "/home/mark/slashster/";
$this->sys[sitedomain] = "testing.slashster.com";
$this->sys[sitename] = "SlashsterTest";
$this->sys[chretpath] = "1"; // change Return-Path (must be trusted sendmail user)
$this->sys[bounceadr] = "hide@address.com";
$this->sys[normalurl] = "http://testing.slashster.com/";
$this->sys[secureurl] = "http://testing.slashster.com/";
$this->sys[securenbl] = 0;
$this->sys[slogan] = "Your Internet Community from Scratch";
$this->sys[metadesc] = "Your Internet Community from Scratch";
$this->sys[metakeyw] = "slashster, slashster, online community, chat, slashdot, friendster, orkut,"
. "meet me, meet up, community, messageboard, php, mysql";
$this->sys[cssarr] = array(1);
$this->sys[UseSSL] = 1; // Enable encryption if system supports it
?>