Changeset - f3dc59811d34
[Not reviewed]
default
0 1 0
root@protofusion.org - 16 years ago 2009-02-08 16:19:17
root@protofusion.org
Oh crap
1 file changed with 52 insertions and 64 deletions:
0 comments (0 inline, 0 general)
configuration.php
Show inline comments
 
<?php
 
class JConfig {
 
/* Site Settings */
 
var $offline = '0';
 
var $offline_message = 'This site is down for maintenance.<br /> Please check back again soon.';
 
var $sitename = 'Hot 67';
 
var $editor = 'tinymce';
 
var $list_limit = '20';
 
var $legacy = '0';
 
/* Debug Settings */
 
var $debug = '0';
 
var $debug_lang = '0';
 
/* Database Settings */
 
var $dbtype = 'mysql';
 
var $host = 'localhost';
 
var $user = 'mysql';
 
var $password = 'mysql';
 
var $db = 'hot67beta';
 
var $dbprefix = 'jos_';
 
/* Server Settings */
 
var $live_site = '';
 
var $secret = 'wsLFW9HlTy8AGtLI';
 
var $gzip = '0';
 
var $error_reporting = '-1';
 
var $helpurl = 'http://help.joomla.org';
 
var $xmlrpc_server = '0';
 
var $ftp_host = '127.0.0.1';
 
var $ftp_port = '21';
 
var $ftp_user = '';
 
var $ftp_pass = '';
 
var $ftp_root = '';
 
var $ftp_enable = '0';
 
var $force_ssl = '0';
 
/* Locale Settings */
 
var $offset = '0';
 
var $offset_user = '0';
 
/* Mail Settings */
 
var $mailer = 'mail';
 
var $mailfrom = 'ethanzonca@gmail.com';
 
var $fromname = 'Hot 67';
 
var $sendmail = '/usr/sbin/sendmail';
 
var $smtpauth = '0';
 
var $smtpuser = '';
 
var $smtppass = '';
 
var $smtphost = 'localhost';
 
/* Cache Settings */
 
var $caching = '0';
 
var $cachetime = '15';
 
var $cache_handler = 'file';
 
/* Meta Settings */
 
var $MetaDesc = 'Joomla! - the dynamic portal engine and content management system';
 
var $MetaKeys = 'joomla, Joomla';
 
var $MetaTitle = '1';
 
var $MetaAuthor = '1';
 
/* SEO Settings */
 
var $sef           = '0';
 
var $sef_rewrite   = '0';
 
var $sef_suffix    = '0';
 
/* Feed Settings */
 
var $feed_limit   = 10;
 
var $log_path = '/var/www/html/hot67beta/logs';
 
var $tmp_path = '/var/www/html/hot67beta/tmp';
 
/* Session Setting */
 
var $lifetime = '15';
 
var $session_handler = 'database';
 
	var $offline = '1';
 
	var $editor = 'tinymce';
 
	var $list_limit = '20';
 
	var $helpurl = 'http://help.joomla.org';
 
	var $debug = '0';
 
	var $debug_lang = '0';
 
	var $sef = '0';
 
	var $sef_rewrite = '0';
 
	var $sef_suffix = '0';
 
	var $feed_limit = '10';
 
	var $secret = 'wsLFW9HlTy8AGtLI';
 
	var $gzip = '0';
 
	var $error_reporting = '-1';
 
	var $xmlrpc_server = '0';
 
	var $log_path = '/var/www/html/hot67beta/logs';
 
	var $tmp_path = '/var/www/html/hot67beta/tmp';
 
	var $live_site = '';
 
	var $force_ssl = '1';
 
	var $offset = '-5';
 
	var $caching = '0';
 
	var $cachetime = '15';
 
	var $cache_handler = 'file';
 
	var $memcache_settings = array();
 
	var $ftp_enable = '0';
 
	var $ftp_host = '127.0.0.1';
 
	var $ftp_port = '21';
 
	var $ftp_user = '';
 
	var $ftp_pass = '';
 
	var $ftp_root = '';
 
	var $dbtype = 'mysql';
 
	var $host = 'localhost';
 
	var $user = 'mysql';
 
	var $db = 'hot67beta';
 
	var $dbprefix = 'jos_';
 
	var $mailer = 'mail';
 
	var $mailfrom = 'admin@protofusion.org';
 
	var $fromname = 'Hot 67';
 
	var $sendmail = '/usr/sbin/sendmail';
 
	var $smtpauth = '0';
 
	var $smtpuser = '';
 
	var $smtppass = '';
 
	var $smtphost = 'localhost';
 
	var $MetaAuthor = '1';
 
	var $MetaTitle = '1';
 
	var $lifetime = '15';
 
	var $session_handler = 'database';
 
	var $password = 'mysql';
 
	var $sitename = 'Hot 67';
 
	var $MetaDesc = 'Joomla! - the dynamic portal engine and content management system';
 
	var $MetaKeys = 'joomla, Joomla';
 
	var $offline_message = 'This site is down for maintenance. Please check back again soon. If you are a chairman&#039;s person, please log in. Head on over to http://protofusion.org/hg/hot67beta to grab the mercurial repository with your local client. Public commit is enabled.';
 
}
 
?>
 
?>
 
\ No newline at end of file
0 comments (0 inline, 0 general)