You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
Just going through the new Ditto and found the copyright year in the language file is set to 2006
I forgot that I had changed this file in the past, so I thought I would pass the changes on.
Whether this is the best solution or not is beyond my PHP knowledge, hopefully it's OK :)
File: ditto/lang/english.inc.php
I changed this
$_lang['default_copyright'] = "[(site_name)] 2006";To this:
$_lang['default_copyright'] = "[(site_name)] ".date('Y',time());This way it always gives the correct year