{"id":3050,"date":"2013-12-30T11:00:00","date_gmt":"2013-12-30T11:00:00","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2013\/12\/30\/config-changes\/"},"modified":"2020-10-14T10:14:59","modified_gmt":"2020-10-14T14:14:59","slug":"config-changes","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/website\/config-changes\/","title":{"rendered":"Joomla configuration.php file changes over time"},"content":{"rendered":"<div class=\"in_this_tutorial\">\n<h2>In this tutorial:<\/h2>\n<p><a class=\"btn btn-primary\" href=\"#config-files\" type=\"button\">Sample Config Files<\/a> <a class=\"btn btn-primary\" href=\"#changelog\" type=\"button\">Changelog<\/a><\/p>\n<\/div>\n<p>Joomla&#8217;s configuration.php file has changed quite a bit over time. Some of the changes can cause compatibility concerns with upgrades to newer versions. I came across a change in Joomla 3.2 that has caused <a href=\"https:\/\/forum.joomla.org\/viewtopic.php?f=706&amp;t=825772\" target=\"_blank\" rel=\"noopener noreferrer\">some problems with email<\/a>.<\/p>\n<p>To help others troubleshoot problems <em>possibly<\/em> caused by configuration.php conflicts, I installed every major version of Joomla and examined the configuration file. Here, you can see <a href=\"#config-files\">example configuration.php files<\/a> per version of Joomla, and you can also reference <a href=\"#changelog\">a table that shows every variable included through the years<\/a>.<\/p>\n<p><script type=\"text\/javascript\">   function toggle_block(myid)   {     var joomla_array = [\"j1\",\"j150\",\"j16\",\"j17\",\"j25\",\"j30\",\"j31\",\"j32\"];     for(var i = 0; i < joomla_array.length; i++)     {       thisId = joomla_array[i];       if(thisId == myid)         document.getElementById(thisId).style.display = 'inherit';       else         document.getElementById(thisId).style.display = 'none';     }   } <\/script> <a name=\"config-files\"><\/a><\/p>\n<h2>Sample Joomla Configuration Files<\/h2>\n<p>Click the buttons below to see the configuration.php file for the corresponding Joomla version. If you would like to see all of the variables listed in a table, <a href=\"#changelog\">click here<\/a>.<\/p>\n<p><a class=\"btn btn-warning\" href=\"#j1\" type=\"button\">Joomla Version:<\/a> <a class=\"btn btn-primary\" href=\"#j1\" type=\"button\">1.0.15<\/a> <a class=\"btn btn-primary\" href=\"#j150\" type=\"button\">1.5<\/a> <a class=\"btn btn-primary\" href=\"#j16\" type=\"button\">1.6<\/a> <a class=\"btn btn-primary\" href=\"#j17\" type=\"button\">1.7<\/a> <a class=\"btn btn-primary\" href=\"#j25\" type=\"button\">2.5<\/a> <a class=\"btn btn-primary\" href=\"#j30\" type=\"button\">3.0<\/a> <a class=\"btn btn-primary\" href=\"#j31\" type=\"button\">3.1<\/a> <a class=\"btn btn-primary\" href=\"#j32\" type=\"button\">3.2<\/a><\/p>\n<div style=\"clear: both;\"><\/div>\n<p><!-- joomla 1.0 --><\/p>\n<div id=\"j1\">\n<h3>Joomla 1.0.15<\/h3>\n<pre style=\"white-space: nowrap; overflow: scroll; max-height: 400px;\"> &lt;?php\n if(!defined('RG_EMULATION')) { define( 'RG_EMULATION', 0 ); }\n $mosConfig_offline = '0';\n $mosConfig_host = 'localhost';\n $mosConfig_user = 'db_user';\n $mosConfig_password = 'db_pass';\n $mosConfig_db = 'db';\n $mosConfig_dbprefix = 'jos_';\n $mosConfig_lang = 'english';\n $mosConfig_absolute_path = '\/home\/userna5\/public_html';\n $mosConfig_live_site = 'https:\/\/example.com';\n $mosConfig_sitename = 'Site Name Goes Here';\n $mosConfig_shownoauth = '0';\n $mosConfig_useractivation = '1';\n $mosConfig_uniquemail = '1';\n $mosConfig_offline_message = 'This site is down for maintenance.\n Please check back again soon.';\n $mosConfig_error_message = 'This site is temporarily unavailable.\n Please notify the System Administrator';\n $mosConfig_debug = '0';\n $mosConfig_lifetime = '900';\n $mosConfig_session_life_admin = '1800';\n $mosConfig_session_type = '0';\n $mosConfig_MetaDesc = 'Joomla - the dynamic portal engine and content management system';\n $mosConfig_MetaKeys = 'Joomla, joomla';\n $mosConfig_MetaTitle = '1';\n $mosConfig_MetaAuthor = '1';\n $mosConfig_locale = 'en_GB';\n $mosConfig_offset = '0';\n $mosConfig_offset_user = '0';\n $mosConfig_hideAuthor = '0';\n $mosConfig_hideCreateDate = '0';\n $mosConfig_hideModifyDate = '0';\n $mosConfig_hidePdf = '0';\n $mosConfig_hidePrint = '0';\n $mosConfig_hideEmail = '0';\n $mosConfig_enable_log_items = '0';\n $mosConfig_enable_log_searches = '0';\n $mosConfig_enable_stats = '0';\n $mosConfig_sef = '0';\n $mosConfig_vote = '0';\n $mosConfig_gzip = '0';\n $mosConfig_multipage_toc = '1';\n $mosConfig_allowUserRegistration = '1';\n $mosConfig_link_titles = '0';\n $mosConfig_error_reporting = -1;\n $mosConfig_list_limit = '30';\n $mosConfig_caching = '0';\n $mosConfig_cachepath = '\/home\/userna5\/public_html\/cache';\n $mosConfig_cachetime = '900';\n $mosConfig_mailer = 'mail';\n $mosConfig_mailfrom = 'user@domain.com';\n $mosConfig_fromname = 'Site Name Goes Here';\n $mosConfig_sendmail = '\/usr\/sbin\/sendmail';\n $mosConfig_smtpauth = '0';\n $mosConfig_smtpuser = '';\n $mosConfig_smtppass = '';\n $mosConfig_smtphost = 'localhost';\n $mosConfig_back_button = '1';\n $mosConfig_item_navigation = '1';\n $mosConfig_secret = 's3ZJL6akojubS7el';\n $mosConfig_pagetitles = '1';\n $mosConfig_readmore = '1';\n $mosConfig_hits = '1';\n $mosConfig_icons = '1';\n $mosConfig_favicon = 'favicon.ico';\n $mosConfig_fileperms = '';\n $mosConfig_dirperms = '';\n $mosConfig_helpurl = 'https:\/\/help.joomla.org';\n $mosConfig_multilingual_support = '0';\n $mosConfig_editor = 'tinymce';\n $mosConfig_admin_expired = '1';\n $mosConfig_frontend_login = '1';\n $mosConfig_frontend_userparams = '1';\n $mosConfig_itemid_compat = '0';\n setlocale (LC_TIME, $mosConfig_locale);\n ?&gt;<\/pre>\n<\/div>\n<p><!-- joomla 1.5 --><\/p>\n<div id=\"j150\" style=\"display: none;\">\n<h3>Joomla 1.5.0<\/h3>\n<pre style=\"white-space: nowrap; overflow: scroll; max-height: 400px;\"> &lt;?php\n class JConfig {\n \/* Site Settings *\/\n var $offline = '0';\n var $offline_message = 'This site is down for maintenance.&lt;br \/&gt; Please check back again soon.';\n var $sitename = 'Site Name Goes Here';\n var $editor = 'tinymce';\n var $list_limit = '20';\n var $legacy = '0';\n \/* Debug Settings *\/\n var $debug = '0';\n var $debug_lang = '0';\n \/* Database Settings *\/\n var $dbtype = 'mysql';\n var $host = 'localhost';\n var $user = 'db_user';\n var $password = 'db_pass';\n var $db = 'db_name';\n var $dbprefix = 'jos_';\n \/* Server Settings *\/\n var $secret = 'gP5UyskyATHIBmzF';\n var $gzip = '0';\n var $error_reporting = '-1';\n var $helpurl = 'https:\/\/help.joomla.org';\n var $xmlrpc_server = '1';\n var $ftp_host = '127.0.0.1';\n var $ftp_port = '21';\n var $ftp_user = '';\n var $ftp_pass = '';\n var $ftp_root = '';\n var $ftp_enable = '0';\n \/* Locale Settings *\/\n var $offset = '0';\n var $offset_user = '0';\n \/* Mail Settings *\/\n var $mailer = 'mail';\n var $mailfrom = 'user@domain.com';\n var $fromname = 'Site Name Goes Here';\n var $sendmail = '\/usr\/sbin\/sendmail';\n var $smtpauth = '0';\n var $smtpuser = '';\n var $smtppass = '';\n var $smtphost = 'localhost';\n \/* Cache Settings *\/\n var $caching = '0';\n var $cachetime = '15';\n var $cache_handler = 'file';\n \/* Meta Settings *\/\n var $MetaDesc = 'Joomla! - the dynamic portal engine and content management system';\n var $MetaKeys = 'joomla, Joomla';\n var $MetaTitle = '1';\n var $MetaAuthor = '1';\n \/* SEO Settings *\/\n var $sef           = '0';\n var $sef_rewrite   = '0';\n var $sef_suffix    = '0';\n \/* Feed Settings *\/\n var $feed_limit   = 10;\n var $log_path = '\/home\/userna5\/public_html\/logs';\n var $tmp_path = '\/home\/userna5\/public_html\/tmp';\n \/* Session Setting *\/\n var $lifetime = '15';\n var $session_handler = 'database';\n }\n ?&gt;<\/pre>\n<\/div>\n<div id=\"j16\" style=\"display: none;\">\n<h3>Joomla 1.6.0<\/h3>\n<pre style=\"white-space: nowrap; overflow: scroll; max-height: 400px;\"> &lt;?php\n class JConfig {\n   public $offline = '0';\n   public $offline_message = 'This site is down for maintenance.&lt;br \/&gt; Please check back again soon.';\n   public $sitename = 'Site Name Goes Here';\n   public $editor = 'tinymce';\n   public $list_limit = '20';\n   public $access = '1';\n   public $debug = '0';\n   public $debug_lang = '0';\n   public $dbtype = 'mysqli';\n   public $host = 'localhost';\n   public $user = 'db_user';\n   public $password = 'db_pass';\n   public $db = 'db_name';\n   public $dbprefix = 'cnom6_';\n   public $live_site = '';\n   public $secret = 'HeVfojxfQFH5WNje';\n   public $gzip = '0';\n   public $error_reporting = '-1';\n   public $helpurl = 'https:\/\/help.joomla.org\/proxy\/index.php?option=com_help&amp;keyref=Help{major}{minor}:{keyref}';\n   public $ftp_host = '127.0.0.1';\n   public $ftp_port = '21';\n   public $ftp_user = '';\n   public $ftp_pass = '';\n   public $ftp_root = '';\n   public $ftp_enable = '0';\n   public $offset = 'UTC';\n   public $offset_user = 'UTC';\n   public $mailer = 'mail';\n   public $mailfrom = 'user@domain.com';\n   public $fromname = 'Site Name Goes Here';\n   public $sendmail = '\/usr\/sbin\/sendmail';\n   public $smtpauth = '0';\n   public $smtpuser = '';\n   public $smtppass = '';\n   public $smtphost = 'localhost';\n   public $smtpsecure = 'none';\n   public $smtpport = '25';\n   public $caching = '0';\n   public $cache_handler = 'file';\n   public $cachetime = '15';\n   public $MetaDesc = '';\n   public $MetaKeys = '';\n   public $MetaTitle = '1';\n   public $MetaAuthor = '1';\n   public $sef = '1';\n   public $sef_rewrite = '0';\n   public $sef_suffix = '0';\n   public $unicodeslugs = '0';\n   public $feed_limit = '10';\n   public $log_path = '\/home\/userna5\/public_html\/logs';\n   public $tmp_path = '\/home\/userna5\/public_html\/tmp';\n   public $lifetime = '15';\n   public $session_handler = 'database';\n }<\/pre>\n<\/div>\n<div id=\"j17\" style=\"display: none;\">\n<h3>Joomla 1.7.0<\/h3>\n<pre style=\"white-space: nowrap; overflow: scroll; max-height: 400px;\"> &lt;?php\n class JConfig {\n   public $offline = '0';\n   public $offline_message = 'This site is down for maintenance.&lt;br \/&gt; Please check back again soon.';\n   public $sitename = 'Site Name Goes Here';\n   public $editor = 'tinymce';\n   public $list_limit = '20';\n   public $access = '1';\n   public $debug = '0';\n   public $debug_lang = '0';\n   public $dbtype = 'mysqli';\n   public $host = 'localhost';\n   public $user = 'db_user';\n   public $password = 'db_pass';\n   public $db = 'db_name';\n   public $dbprefix = 'cnom6_';\n   public $live_site = '';\n   public $secret = 'aj9IlvptjH3twgdh';\n   public $gzip = '0';\n   public $error_reporting = '-1';\n   public $helpurl = 'https:\/\/help.joomla.org\/proxy\/index.php?option=com_help&amp;keyref=Help{major}{minor}:{keyref}';\n   public $ftp_host = '127.0.0.1';\n   public $ftp_port = '21';\n   public $ftp_user = '';\n   public $ftp_pass = '';\n   public $ftp_root = '';\n   public $ftp_enable = '0';\n   public $offset = 'UTC';\n   public $offset_user = 'UTC';\n   public $mailer = 'mail';\n   public $mailfrom = 'user@domain.com';\n   public $fromname = 'Site Name Goes Here';\n   public $sendmail = '\/usr\/sbin\/sendmail';\n   public $smtpauth = '0';\n   public $smtpuser = '';\n   public $smtppass = '';\n   public $smtphost = 'localhost';\n   public $smtpsecure = 'none';\n   public $smtpport = '25';\n   public $caching = '0';\n   public $cache_handler = 'file';\n   public $cachetime = '15';\n   public $MetaDesc = '';\n   public $MetaKeys = '';\n   public $MetaAuthor = '1';\n   public $sef = '1';\n   public $sef_rewrite = '0';\n   public $sef_suffix = '0';\n   public $unicodeslugs = '0';\n   public $feed_limit = '10';\n   public $log_path = '\/home\/userna5\/public_html\/logs';\n   public $tmp_path = '\/home\/userna5\/public_html\/tmp';\n   public $lifetime = '15';\n   public $session_handler = 'database';\n }<\/pre>\n<\/div>\n<div id=\"j25\" style=\"display: none;\">\n<h3>Joomla 2.5.0<\/h3>\n<pre style=\"white-space: nowrap; overflow: scroll; max-height: 400px;\"> &lt;?php\n class JConfig {\n   public $offline = '0';\n   public $offline_message = 'This site is down for maintenance.&lt;br \/&gt; Please check back again soon.';\n   public $display_offline_message = '1';\n   public $offline_image = '';\n   public $sitename = 'Site Name Goes Here';\n   public $editor = 'tinymce';\n   public $captcha = '0';\n   public $list_limit = '20';\n   public $access = '1';\n   public $debug = '0';\n   public $debug_lang = '0';\n   public $dbtype = 'mysqli';\n   public $host = 'localhost';\n   public $user = 'db_user';\n   public $password = 'db_pass';\n   public $db = 'db_name';\n   public $dbprefix = 'cnom6_';\n   public $live_site = '';\n   public $secret = 'BK9W5YgX1CsDy2zE';\n   public $gzip = '0';\n   public $error_reporting = 'default';\n   public $helpurl = 'https:\/\/help.joomla.org\/proxy\/index.php?option=com_help&amp;keyref=Help{major}{minor}:{keyref}';\n   public $ftp_host = '127.0.0.1';\n   public $ftp_port = '21';\n   public $ftp_user = '';\n   public $ftp_pass = '';\n   public $ftp_root = '';\n   public $ftp_enable = '0';\n   public $offset = 'UTC';\n   public $offset_user = 'UTC';\n   public $mailer = 'mail';\n   public $mailfrom = 'user@domain.com';\n   public $fromname = 'Site Name Goes Here';\n   public $sendmail = '\/usr\/sbin\/sendmail';\n   public $smtpauth = '0';\n   public $smtpuser = '';\n   public $smtppass = '';\n   public $smtphost = 'localhost';\n   public $smtpsecure = 'none';\n   public $smtpport = '25';\n   public $caching = '0';\n   public $cache_handler = 'file';\n   public $cachetime = '15';\n   public $MetaDesc = '';\n   public $MetaKeys = '';\n   public $MetaTitle = '1';\n   public $MetaAuthor = '1';\n   public $robots = '';\n   public $sef = '1';\n   public $sef_rewrite = '0';\n   public $sef_suffix = '0';\n   public $unicodeslugs = '0';\n   public $feed_limit = '10';\n   public $log_path = '\/home\/userna5\/public_html\/logs';\n   public $tmp_path = '\/home\/userna5\/public_html\/tmp';\n   public $lifetime = '15';\n   public $session_handler = 'database';\n }<\/pre>\n<\/div>\n<div id=\"j30\" style=\"display: none;\">\n<h3>Joomla 3.0<\/h3>\n<pre style=\"white-space: nowrap; overflow: scroll; max-height: 400px;\"> &lt;?php\n class JConfig {\n   public $offline = '0';\n   public $offline_message = 'This site is down for maintenance.&lt;br \/&gt; Please check back again soon.';\n   public $display_offline_message = '1';\n   public $offline_image = '';\n   public $sitename = 'Site Name Goes Here';\n   public $editor = 'tinymce';\n   public $captcha = '0';\n   public $list_limit = '20';\n   public $access = '1';\n   public $debug = '0';\n   public $debug_lang = '0';\n   public $dbtype = 'mysqli';\n   public $host = 'localhost';\n   public $user = 'db_user';\n   public $password = 'db_pass';\n   public $db = 'db_name';\n   public $dbprefix = 'gs82l_';\n   public $live_site = '';\n   public $secret = 'kV46ItSyS9DuRLeg';\n   public $gzip = '0';\n   public $error_reporting = 'default';\n   public $helpurl = 'https:\/\/help.joomla.org\/proxy\/index.php?option=com_help&amp;keyref=Help{major}{minor}:{keyref}';\n   public $ftp_host = '';\n   public $ftp_port = '';\n   public $ftp_user = '';\n   public $ftp_pass = '';\n   public $ftp_root = '';\n   public $ftp_enable = '';\n   public $offset = 'UTC';\n   public $mailer = 'mail';\n   public $mailfrom = 'user@domain.com';\n   public $fromname = 'Site Name Goes Here';\n   public $sendmail = '\/usr\/sbin\/sendmail';\n   public $smtpauth = '0';\n   public $smtpuser = '';\n   public $smtppass = '';\n   public $smtphost = 'localhost';\n   public $smtpsecure = 'none';\n   public $smtpport = '25';\n   public $caching = '0';\n   public $cache_handler = 'file';\n   public $cachetime = '15';\n   public $MetaDesc = 'Site Description Goes Here';\n   public $MetaKeys = '';\n   public $MetaTitle = '1';\n   public $MetaAuthor = '1';\n   public $MetaVersion = '0';\n   public $robots = '';\n   public $sef = '1';\n   public $sef_rewrite = '0';\n   public $sef_suffix = '0';\n   public $unicodeslugs = '0';\n   public $feed_limit = '10';\n   public $log_path = '\/home\/userna5\/public_html\/logs';\n   public $tmp_path = '\/home\/userna5\/public_html\/tmp';\n   public $lifetime = '15';\n   public $session_handler = 'database';\n }<\/pre>\n<\/div>\n<div id=\"j31\" style=\"display: none;\">\n<h3>Joomla 3.1<\/h3>\n<pre style=\"white-space: nowrap; overflow: scroll; max-height: 400px;\"> &lt;?php\n class JConfig {\n   public $offline = '0';\n   public $offline_message = 'This site is down for maintenance.&lt;br \/&gt; Please check back again soon.';\n   public $display_offline_message = '1';\n   public $offline_image = '';\n   public $sitename = 'Site Name Goes Here';\n   public $editor = 'tinymce';\n   public $captcha = '0';\n   public $list_limit = '20';\n   public $access = '1';\n   public $debug = '0';\n   public $debug_lang = '0';\n   public $dbtype = 'mysqli';\n   public $host = 'localhost';\n   public $user = 'db_user';\n   public $password = 'db_pass';\n   public $db = 'db_name';\n   public $dbprefix = 'w3xkj_';\n   public $live_site = '';\n   public $secret = 'w6mMzG7gLfNlTQM0';\n   public $gzip = '0';\n   public $error_reporting = 'default';\n   public $helpurl = 'https:\/\/help.joomla.org\/proxy\/index.php?option=com_help&amp;keyref=Help{major}{minor}:{keyref}';\n   public $ftp_host = '';\n   public $ftp_port = '';\n   public $ftp_user = '';\n   public $ftp_pass = '';\n   public $ftp_root = '';\n   public $ftp_enable = '';\n   public $offset = 'UTC';\n   public $mailer = 'mail';\n   public $mailfrom = 'user@domain.com';\n   public $fromname = 'Site Name Goes Here';\n   public $sendmail = '\/usr\/sbin\/sendmail';\n   public $smtpauth = '0';\n   public $smtpuser = '';\n   public $smtppass = '';\n   public $smtphost = 'localhost';\n   public $smtpsecure = 'none';\n   public $smtpport = '25';\n   public $caching = '0';\n   public $cache_handler = 'file';\n   public $cachetime = '15';\n   public $MetaDesc = 'Description Goes Here';\n   public $MetaKeys = '';\n   public $MetaTitle = '1';\n   public $MetaAuthor = '1';\n   public $MetaVersion = '0';\n   public $robots = '';\n   public $sef = '1';\n   public $sef_rewrite = '0';\n   public $sef_suffix = '0';\n   public $unicodeslugs = '0';\n   public $feed_limit = '10';\n   public $log_path = '\/home\/userna5\/public_html\/logs';\n   public $tmp_path = '\/home\/userna5\/public_html\/tmp';\n   public $lifetime = '15';\n   public $session_handler = 'database';\n }<\/pre>\n<\/div>\n<div id=\"j32\" style=\"display: none;\">\n<h3>Joomla 3.2<\/h3>\n<pre style=\"white-space: nowrap; overflow: scroll; max-height: 400px;\"> &lt;?php\n class JConfig {\n   public $offline = '0';\n   public $offline_message = 'This site is down for maintenance.&lt;br \/&gt; Please check back again soon.';\n   public $display_offline_message = '1';\n   public $offline_image = '';\n   public $sitename = 'Site Name Goes Here';\n   public $editor = 'tinymce';\n   public $captcha = '0';\n   public $list_limit = '20';\n   public $access = '1';\n   public $debug = '0';\n   public $debug_lang = '0';\n   public $dbtype = 'mysqli';\n   public $host = 'localhost';\n   public $user = 'db_user';\n   public $password = 'db_pass';\n   public $db = 'db_name';\n   public $dbprefix = 'mj58o_';\n   public $live_site = '';\n   public $secret = 'M4CoKReTb8RutGUo';\n   public $gzip = '0';\n   public $error_reporting = 'default';\n   public $helpurl = 'https:\/\/help.joomla.org\/proxy\/index.php?option=com_help&amp;keyref=Help{major}{minor}:{keyref}';\n   public $ftp_host = '';\n   public $ftp_port = '';\n   public $ftp_user = '';\n   public $ftp_pass = '';\n   public $ftp_root = '';\n   public $ftp_enable = '';\n   public $offset = 'UTC';\n   public $mailonline = '1';\n   public $mailer = 'mail';\n   public $mailfrom = 'user@domain.com';\n   public $fromname = 'Site Name Goes Here';\n   public $sendmail = '\/usr\/sbin\/sendmail';\n   public $smtpauth = '0';\n   public $smtpuser = '';\n   public $smtppass = '';\n   public $smtphost = 'localhost';\n   public $smtpsecure = 'none';\n   public $smtpport = '25';\n   public $caching = '0';\n   public $cache_handler = 'file';\n   public $cachetime = '15';\n   public $MetaDesc = 'Description Goes Here';\n   public $MetaKeys = '';\n   public $MetaTitle = '1';\n   public $MetaAuthor = '1';\n   public $MetaVersion = '0';\n   public $robots = '';\n   public $sef = '1';\n   public $sef_rewrite = '0';\n   public $sef_suffix = '0';\n   public $unicodeslugs = '0';\n   public $feed_limit = '10';\n   public $log_path = '\/home\/userna5\/public_html\/logs';\n   public $tmp_path = '\/home\/userna5\/public_html\/tmp';\n   public $lifetime = '15';\n   public $session_handler = 'database';\n }<\/pre>\n<\/div>\n<div style=\"clear: both;\"><\/div>\n<p><a name=\"changelog\"><\/a><\/p>\n<h2>Change Log<\/h2>\n<p>Below you will find a table showing the variables contained within <a href=\"#config-files\">Joomla's config file based upon the Joomla version<\/a>. A red <span style=\"color: red; font-weight: bold;\">\u2717<\/span> means that variable was not included, and a green check mark <span style=\"color: green; font-weight: bold;\">\u2713<\/span> means it was included.<\/p>\n<p>Please note that in Joomla 1.0, the variable names began with <em>$mosConfig<\/em>. For the purposes of this table, <em>$mosConfig<\/em> has been removed from those variable names.<\/p>\n<style>     table#joomla_config th {font-weight:bold; background:#ddd; text-align:left; font-weight:normal;}     table#joomla_config td.gr {background:#E5FFF3; text-align:center; color:green; font-weight:bold;}     table#joomla_config td.re {background:#FFE6E5; text-align:center; color:red; font-weight:bold;}     .rc {color:red; font-weight:bold}     .gc {color:green; font-weight:bold}   <\/style>\n<table id=\"joomla_config\" class=\"table\">\n<tbody>\n<tr>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">Joomla Version<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.0.15<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.5<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.6<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.7<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">2.5<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.0<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.1<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.2<\/th>\n<\/tr>\n<tr>\n<th>$offline<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$host<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$user<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$password<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$db<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$dbprefix<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$lang<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$absolute_path<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$live_site<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$sitename<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">Joomla Version<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.0.15<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.5<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.6<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.7<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">2.5<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.0<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.1<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.2<\/th>\n<\/tr>\n<tr>\n<th>$shownoauth<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$useractivation<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$uniquemail<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$offline_message<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$error_message<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$debug<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$lifetime<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$session_life_admin<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$session_type<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$MetaDesc<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">Joomla Version<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.0.15<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.5<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.6<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.7<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">2.5<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.0<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.1<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.2<\/th>\n<\/tr>\n<tr>\n<th>$MetaKeys<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$MetaTitle<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$MetaAuthor<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$locale<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$offset<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$offset_user<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$hideAuthor<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$hideCreateDate<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$hideModifyDate<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$hidePdf<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">Joomla Version<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.0.15<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.5<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.6<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.7<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">2.5<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.0<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.1<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.2<\/th>\n<\/tr>\n<tr>\n<th>$hidePrint<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$hideEmail<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$enable_log_items<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$enable_log_searches<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$enable_stats<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$sef<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$vote<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$gzip<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$multipage_toc<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$allowUserRegistration<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">Joomla Version<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.0.15<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.5<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.6<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.7<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">2.5<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.0<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.1<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.2<\/th>\n<\/tr>\n<tr>\n<th>$link_titles<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$error_reporting<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$list_limit<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$caching<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$cachepath<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$cachetime<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$mailer<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$mailfrom<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$fromname<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$sendmail<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">Joomla Version<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.0.15<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.5<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.6<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.7<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">2.5<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.0<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.1<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.2<\/th>\n<\/tr>\n<tr>\n<th>$smtpauth<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$smtpuser<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$smtppass<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$smtphost<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$back_button<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$item_navigation<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$secret<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$pagetitles<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$readmore<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$hits<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">Joomla Version<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.0.15<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.5<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.6<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.7<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">2.5<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.0<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.1<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.2<\/th>\n<\/tr>\n<tr>\n<th>$icons<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$favicon<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$fileperms<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$dirperms<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$helpurl<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$multilingual_support<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$editor<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$admin_expired<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$frontend_login<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$frontend_userparams<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">Joomla Version<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.0.15<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.5<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.6<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.7<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">2.5<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.0<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.1<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.2<\/th>\n<\/tr>\n<tr>\n<th>$itemid_compat<\/th>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$legacy<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$debug_lang<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$dbtype<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$xmlrpc_server<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<\/tr>\n<tr>\n<th>$ftp_host<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$ftp_port<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$ftp_user<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$ftp_pass<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$ftp_root<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">Joomla Version<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.0.15<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.5<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.6<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.7<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">2.5<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.0<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.1<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.2<\/th>\n<\/tr>\n<tr>\n<th>$ftp_enable<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$cache_handler<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$sef_rewrite<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$sef_suffix<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$feed_limit<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$log_path<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$tmp_path<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$session_handler<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$access<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$smtpsecure<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">Joomla Version<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.0.15<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.5<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.6<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">1.7<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">2.5<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.0<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.1<\/th>\n<th style=\"background: #aaa; text-align: center; font-weight: bold;\">3.2<\/th>\n<\/tr>\n<tr>\n<th>$smtpport<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$unicodeslugs<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$display_offline_message<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$offline_image<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$captcha<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$robots<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$MetaVersion<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<tr>\n<th>$mailonline<\/th>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"re\">\u2717<\/td>\n<td class=\"gr\">\u2713<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial: Sample Config Files Changelog Joomla&#8217;s configuration.php file has changed quite a bit over time. Some of the changes can cause compatibility concerns with upgrades to newer versions. I came across a change in Joomla 3.2 that has caused some problems with email. To help others troubleshoot problems possibly caused by configuration.php conflicts,<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/config-changes\/\"> Read More ><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4288],"tags":[],"class_list":["post-3050","post","type-post","status-publish","format-standard","hentry","category-website"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Joomla configuration.php file changes<\/title>\n<meta name=\"description\" content=\"In this article we take a look back at the configuration.php variables that have come and gone throughout different versions of Joomla.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/config-changes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Joomla configuration.php file changes\" \/>\n<meta property=\"og:description\" content=\"In this article we take a look back at the configuration.php variables that have come and gone throughout different versions of Joomla.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/website\/config-changes\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2013-12-30T11:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-10-14T14:14:59+00:00\" \/>\n<meta name=\"author\" content=\"Brad Markle\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Brad Markle\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"13 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/config-changes\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/config-changes\/\"},\"author\":{\"name\":\"Brad Markle\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf\"},\"headline\":\"Joomla configuration.php file changes over time\",\"datePublished\":\"2013-12-30T11:00:00+00:00\",\"dateModified\":\"2020-10-14T14:14:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/config-changes\/\"},\"wordCount\":372,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"articleSection\":[\"Website\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/config-changes\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/config-changes\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/website\/config-changes\/\",\"name\":\"Joomla configuration.php file changes\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"datePublished\":\"2013-12-30T11:00:00+00:00\",\"dateModified\":\"2020-10-14T14:14:59+00:00\",\"description\":\"In this article we take a look back at the configuration.php variables that have come and gone throughout different versions of Joomla.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/config-changes\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/config-changes\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/config-changes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Joomla configuration.php file changes over time\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf\",\"name\":\"Brad Markle\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/bradm\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Joomla configuration.php file changes","description":"In this article we take a look back at the configuration.php variables that have come and gone throughout different versions of Joomla.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.inmotionhosting.com\/support\/website\/config-changes\/","og_locale":"en_US","og_type":"article","og_title":"Joomla configuration.php file changes","og_description":"In this article we take a look back at the configuration.php variables that have come and gone throughout different versions of Joomla.","og_url":"https:\/\/www.inmotionhosting.com\/support\/website\/config-changes\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2013-12-30T11:00:00+00:00","article_modified_time":"2020-10-14T14:14:59+00:00","author":"Brad Markle","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Brad Markle","Est. reading time":"13 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/config-changes\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/config-changes\/"},"author":{"name":"Brad Markle","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf"},"headline":"Joomla configuration.php file changes over time","datePublished":"2013-12-30T11:00:00+00:00","dateModified":"2020-10-14T14:14:59+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/config-changes\/"},"wordCount":372,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"articleSection":["Website"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/website\/config-changes\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/config-changes\/","url":"https:\/\/www.inmotionhosting.com\/support\/website\/config-changes\/","name":"Joomla configuration.php file changes","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"datePublished":"2013-12-30T11:00:00+00:00","dateModified":"2020-10-14T14:14:59+00:00","description":"In this article we take a look back at the configuration.php variables that have come and gone throughout different versions of Joomla.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/config-changes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/website\/config-changes\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/config-changes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"Joomla configuration.php file changes over time"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf","name":"Brad Markle","url":"https:\/\/www.inmotionhosting.com\/support\/author\/bradm\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/3050","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=3050"}],"version-history":[{"count":1,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/3050\/revisions"}],"predecessor-version":[{"id":62474,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/3050\/revisions\/62474"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=3050"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=3050"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=3050"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}