Disable mod_security for uploader. Props andy. see #6406

git-svn-id: https://develop.svn.wordpress.org/trunk@7558 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-03-28 06:08:20 +00:00
parent 7725f13a7d
commit 36b19bb6ad
2 changed files with 9 additions and 1 deletions

View File

@@ -16,6 +16,6 @@ $wp_version = '2.5-RC2';
*
* @global int $wp_db_version
*/
$wp_db_version = 7499;
$wp_db_version = 7558;
?>