Erin Schnabel
|
1d129bc9fa
Correct login issues with PHP < 4.1
|
22 anos atrás |
pdontthink
|
0b5881d78f
Explicitly define for old php versions when it's undefined
|
22 anos atrás |
Erin Schnabel
|
a8b1114405
WOOOPS. darnit.
|
22 anos atrás |
Erin Schnabel
|
c1052db2fd
Erroneous use of quotes in the switch in sqgetGlobalVar.
|
22 anos atrás |
jangliss
|
f88dec2b0c
Silly me, functions require () to work.
|
22 anos atrás |
jangliss
|
3edffd0a36
Remove the unnecesary sqextractGlobalVar function, and replace with the new
|
22 anos atrás |
Thijs Kinkhorst
|
3531e21d4d
Implement sqextractGlobalVar with sqgetGlobalVar
|
22 anos atrás |
Erin Schnabel
|
6e38ee4a74
Thanks shiruken! needed single quotes around switch constants
|
22 anos atrás |
Erin Schnabel
|
39496fd3bc
added constants to fetch COOKIE and SERVER values
|
22 anos atrás |
Erin Schnabel
|
3b6e061082
Added new function:
|
22 anos atrás |
Thijs Kinkhorst
|
75de52f258
Getting ready for 1.4.0 RC1
|
22 anos atrás |
Thijs Kinkhorst
|
f0fc6b10b3
Session naming in devel.
|
22 anos atrás |
Erin Schnabel
|
415b302b6f
Wanted to add the SquirrelMail versioning functions we'd talked about before
|
22 anos atrás |
jangliss
|
b94ac6f063
Lets see if we can get this cookie thing right this time.
|
22 anos atrás |
jangliss
|
f6ac49ac49
And again... need to destroy cookies as they are created
|
22 anos atrás |
jangliss
|
facbf3f2cc
Sync'ing global.php with stable to fix multi-session merges, and also
|
22 anos atrás |
Thijs Kinkhorst
|
30e1a532a7
Fix by Martin Schulze of Debian. Please note, this is not a solution to the
|
22 anos atrás |
jangliss
|
caede20756
Session fix ported from stable, should fix DMN plugin, and prev/next links
|
22 anos atrás |
tassium
|
108d7b4616
Force magic_quotes_runtime to be off, since SquirrelMail breaks badly if it's on.
|
23 anos atrás |
Thijs Kinkhorst
|
df76ef5549
Fix check_php_version for versions that contain a patchlevel.
|
23 anos atrás |
Thijs Kinkhorst
|
a9ca110033
Fix warnings in sqstripslashes when $array is empty
|
23 anos atrás |
Thijs Kinkhorst
|
2133a45cd7
Introduce a new function: check_php_version(4,1,2) which reports if this install
|
23 anos atrás |
Thijs Kinkhorst
|
2d3d604a6b
You must start a session to be able to destroy it.
|
23 anos atrás |
jmunro
|
9ab3d97bd7
This should fix the extra quoting when using magic_quotes_gpc. No need to do this in validate, lets do it in global.
|
23 anos atrás |
jmunro
|
16542833cd
Since changing to rg=0 we make extensive use of $_SESSION and $HTTP_SESSION_VARS. Because of this session_register, session_unregister, and session_is_registered should NOT be used (see the PHP manual at php.net). They are buggy over different PHP versions anyway. Now when changing a session var using the custom 'sq' version of these functions (all located in global.php) the superglobal array is accessed directly. This fixes the problem with corrupted objects in the session. Tested with 4.1.2 rg=0 and 1.
|
23 anos atrás |
stekkel
|
3f0a79989b
merge from stable: sqsession_destroy
|
23 anos atrás |
Thijs Kinkhorst
|
32711b7f1e
Start some register_globals = off fixes:
|
23 anos atrás |
stekkel
|
170eab711d
start of using SM-stable methods for handling global vars
|
23 anos atrás |