Fixed cookie hash mismatch
authorAlexander Ebert <ebert@woltlab.com>
Mon, 1 Aug 2016 10:08:25 +0000 (12:08 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 1 Aug 2016 10:08:25 +0000 (12:08 +0200)
wcfsetup/install/files/lib/system/WCFSetup.class.php

index e030a9dbf3a8c50ed128810d336b99f60516052b..6ebde3c0ee2aa4a0ff4446a2036a88fa7a19929a 100644 (file)
@@ -1184,7 +1184,7 @@ class WCFSetup extends WCF {
                }
                
                // login as admin
-               define('COOKIE_PREFIX', 'wcf22_');
+               define('COOKIE_PREFIX', 'wsc30_');
                
                $factory = new ACPSessionFactory();
                $factory->load();