Update configuration.php-dist (#40695)

This commit is contained in:
Brian Teeman 2023-06-02 21:43:09 +01:00 committed by GitHub
parent c2a28346c2
commit c6f38e5624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class JConfig
public $helpurl = 'https://help.joomla.org/proxy?keyref=Help{major}{minor}:{keyref}&lang={langcode}';
public $tmp_path = '/tmp'; // This path needs to be writable by Joomla!
public $log_path = '/administrator/logs'; // This path needs to be writable by Joomla!
public $live_site = ''; // Optional, full URL to Joomla install.
public $live_site = ''; // Optional, full URL to Joomla install eg https://www.example.com
public $force_ssl = 0; // Force areas of the site to be SSL ONLY. 0 = None, 1 = Administrator, 2 = Both Site and Administrator
/* Locale Settings */