Last change
on this file since 588 was
452,
checked in by quentin, 17 years ago
|
Make directories for each package
|
File size:
500 bytes
|
Rev | Line | |
---|
[451] | 1 | --- includes/Setup.php Fri Aug 26 10:05:43 2005 |
---|
| 2 | +++ includes/Setup.php Fri Sep 23 18:46:34 2005 |
---|
| 3 | @@ -117,12 +117,6 @@ |
---|
| 4 | wfProfileOut( $fname.'-memcached' ); |
---|
| 5 | wfProfileIn( $fname.'-SetupSession' ); |
---|
| 6 | |
---|
| 7 | -if ( $wgDBprefix ) { |
---|
| 8 | - session_name( $wgDBname . '_' . $wgDBprefix . '_session' ); |
---|
| 9 | -} else { |
---|
| 10 | - session_name( $wgDBname . '_session' ); |
---|
| 11 | -} |
---|
| 12 | - |
---|
| 13 | if( !$wgCommandLineMode && ( isset( $_COOKIE[session_name()] ) || isset( $_COOKIE[$wgDBname.'Token'] ) ) ) { |
---|
| 14 | User::SetupSession(); |
---|
| 15 | $wgSessionStarted = true; |
---|
Note: See
TracBrowser
for help on using the repository browser.