source: locker/deploy/mediawiki-1.5.6/mediawiki-1.5.6.patch @ 470

Last change on this file since 470 was 452, checked in by quentin, 16 years ago
Make directories for each package
File size: 500 bytes
  • includes/Setup.php

     
    117117wfProfileOut( $fname.'-memcached' );
    118118wfProfileIn( $fname.'-SetupSession' );
    119119
    120 if ( $wgDBprefix ) {
    121         session_name( $wgDBname . '_' . $wgDBprefix . '_session' );
    122 } else {
    123         session_name( $wgDBname . '_session' );
    124 }
    125 
    126120if( !$wgCommandLineMode && ( isset( $_COOKIE[session_name()] ) || isset( $_COOKIE[$wgDBname.'Token'] ) ) ) {
    127121        User::SetupSession();
    128122        $wgSessionStarted = true;
Note: See TracBrowser for help on using the repository browser.