1
0

Make PAT_JS mod_rewrite pattern be recognized to .htaccess to prevent ErrorLog entries for looking up such URLs.

Bumps version to beta6 and will recreate .htaccess file
This commit is contained in:
Garvin Hicking
2014-11-02 15:20:21 +01:00
parent 55c321b678
commit 9944cbb0a7
8 changed files with 14 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ if (defined('USE_MEMSNAP')) {
}
// The version string
$serendipity['version'] = '2.0-beta5';
$serendipity['version'] = '2.0-beta6';
// 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'.