log_path = (JPATH_BASE.'/logs'); $this->tmp_path = (JPATH_BASE.'/tmp'); @(include $_SERVER['DOCUMENT_ROOT'].'/php/globals.php'); // Cojemos la informacion de conexion de if (is_array($SGLOBAL) && $SGLOBAL['database'] ) { $dbParams =& $SGLOBAL['database']; $this->host = $dbParams['host']; $this->db = $dbParams['jdatabase']; $this->user = $dbParams['userName']; $this->password = $dbParams['password']; // echo print_r($SGLOBAL,true); } else { $this->host ='localhost'; } } var $offline = '0'; var $editor = 'none'; var $list_limit = '20'; var $helpurl = 'http://comunidadjoomla.org'; var $debug = '0'; var $debug_lang = '0'; var $sef = '0'; var $sef_rewrite = '0'; var $sef_suffix = '0'; var $feed_limit = '10'; var $feed_email = 'author'; var $secret = '62WvCol99a6kBiHe'; var $gzip = '0'; var $error_reporting = '0'; var $xmlrpc_server = '0'; var $log_path = ''; var $tmp_path = ''; var $live_site = ''; var $force_ssl = '0'; var $offset = '2'; 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 = ''; var $user = ''; var $db = ''; var $dbprefix = 'jos_'; var $mailer = 'mail'; var $mailfrom = 'support@voxelworks.com'; var $fromname = 'VoxelCare'; var $sendmail = '/usr/sbin/sendmail'; var $smtpauth = '0'; var $smtpsecure = 'none'; var $smtpport = '25'; var $smtpuser = ''; var $smtppass = ''; var $smtphost = ''; var $MetaAuthor = '1'; var $MetaTitle = '1'; var $lifetime = '1000'; var $session_handler = 'database'; var $password = ''; var $sitename = 'VoxelCare'; var $MetaDesc = 'Joomla! - el motor de portales dinámicos y sistema de administración de contenidos'; var $MetaKeys = 'joomla, Joomla'; var $offline_message = 'This site is down due to mainteinance tasks. Please try again soon.'; var $franchiseName = ''; } ?>