mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-17 06:45:59 +02:00
New version 2.1.6 hard coded.
Stable release required modifications: don't show version and generation time in footer, don't check the upgrade feed, don't die on sql errors. git-svn-id: http://piwigo.org/svn/tags/2.1.6@8863 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
// Default settings
|
||||
define('PHPWG_VERSION', '2.1');
|
||||
define('PHPWG_VERSION', '2.1.6');
|
||||
define('PHPWG_DEFAULT_LANGUAGE', 'en_UK');
|
||||
define('PHPWG_DEFAULT_TEMPLATE', 'Sylvia');
|
||||
|
||||
@@ -106,4 +106,4 @@ if (!defined('THEMES_TABLE'))
|
||||
if (!defined('LANGUAGES_TABLE'))
|
||||
define('LANGUAGES_TABLE', $prefixeTable.'languages');
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user