1
0

Automatic upgrade removal of old Smarty2 files (2.0-alpha2)

This commit is contained in:
Ian
2013-10-01 18:58:56 +02:00
parent 609515a4d8
commit 0b1aeddc31
4 changed files with 122 additions and 2 deletions

View File

@ -45,9 +45,9 @@ if (defined('USE_MEMSNAP')) {
}
// The version string
$serendipity['version'] = '2.0-alpha1';
$serendipity['version'] = '2.0-alpha2';
// Setting this to 'false' will enable debugging output. All alpa/beta/cvs snapshot versions will emit debug information by default. To increase the debug level (to enable Smarty debugging), set this flag to 'debug'.
// Setting this to 'false' will enable debugging output. All alpha/beta/cvs snapshot versions will emit debug information by default. To increase the debug level (to enable Smarty debugging), set this flag to 'debug'.
if (!isset($serendipity['production'])) {
$serendipity['production'] = (preg_match('@\-(alpha|beta|cvs|rc)@', $serendipity['version']) ? false : true);
}