Updated copyright year and SSL link

Updated year to 2019 and made all my-aac.org links go to SSL by default
This commit is contained in:
Evil Puncker
2019-07-17 20:22:07 -03:00
parent d79ae8e927
commit af1a6cf5ff
130 changed files with 257 additions and 257 deletions

View File

@@ -12,8 +12,8 @@
*
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @link http://my-aac.org
* @copyright 2019 MyAAC
* @link https://my-aac.org
*/
$config = array(
@@ -40,7 +40,7 @@ $config = array(
'client' => 1098, // 954 = client 9.54
'session_prefix' => 'myaac_', // must be unique for every site on your server
'friendly_urls' => false, // mod_rewrite is required for this, it makes links looks more elegant to eye, and also are SEO friendly (example: http://my-aac.org/guilds/Testing instead of http://my-aac.org/?subtopic=guilds&name=Testing). Remember to rename .htaccess.dist to .htaccess
'friendly_urls' => false, // mod_rewrite is required for this, it makes links looks more elegant to eye, and also are SEO friendly (example: https://my-aac.org/guilds/Testing instead of https://my-aac.org/?subtopic=guilds&name=Testing). Remember to rename .htaccess.dist to .htaccess
'gzip_output' => false, // gzip page content before sending it to the browser, uses less bandwidth but more cpu cycles
// gesior backward support (templates & pages)