stekkel
|
386bbd11c1
rg=0 fix for recovering sessions
|
23 rokov pred |
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 rokov pred |
stekkel
|
aa46da1ac3
recover compose form in case of a session expire
|
23 rokov pred |
graf25
|
f6bbbd3d8d
Better base_uri workaround code.
|
23 rokov pred |
graf25
|
6d6fa84207
OK, so it wants a trailing slash...
|
23 rokov pred |
graf25
|
fae230a068
This will hopefully solve the src/src problem. I am a bit concerned about
|
23 rokov pred |
philippe_mingo
|
f9cbd7d61d
Some optimization on frequent loaded code.
|
23 rokov pred |
philippe_mingo
|
39671bce30
Redirect the wrong access to the root pf the folder as index.php are in place
|
23 rokov pred |
simond
|
f0dd17daf3
Make sure base_uri is correct (submitted by James Lewis)
|
23 rokov pred |
Bron Gondwana
|
555826258e
Fix little bug where base_uri is '/' causing the 'Please Login' URL to
|
23 rokov pred |
philippe_mingo
|
66363acf88
The 2000000 bugfix
|
23 rokov pred |
teepe
|
52f24ab4e5
_top frame problem fix
|
23 rokov pred |
teepe
|
e4b09fa02b
allow sm to be in an embedded frame
|
23 rokov pred |
philippe_mingo
|
424a25de04
some cleanup
|
23 rokov pred |
Bron Gondwana
|
533d69a905
More exciting clean-up
|
23 rokov pred |
thomppj
|
1e2a9cc5d0
Getting ready for 1.2.0 release.
|
23 rokov pred |
thomppj
|
5d15361f1f
Code cleanup brigage...
|
23 rokov pred |
philippe_mingo
|
da2f3297dd
** -> *
|
24 rokov pred |
philippe_mingo
|
d61b98077f
Added (c) stuff and some formatting.
|
24 rokov pred |
philippe_mingo
|
c3aed0d769
Some fixup:
|
24 rokov pred |
Tyler Akins
|
a50adf45b4
* More minor changes
|
24 rokov pred |
Tyler Akins
|
041c15128a
* To reduce on errors, I moved the includes for config.php and strings.php
|
24 rokov pred |
Tyler Akins
|
1f1506d687
* target="_top" for accidental logouts
|
24 rokov pred |
Tyler Akins
|
0d0de5d238
* Got bored and copied all the validate.php and define() stuff to 1.1
|
24 rokov pred |
thomppj
|
c517d51f81
Correct changes of "" to ''.
|
24 rokov pred |
Tyler Akins
|
de965920f1
Removed a lot of the warnings generated when PHP has all warnings enabled.
|
24 rokov pred |
gustavf
|
f6aa7e6f4a
Added auth.php to put authentication functions in one place. Added a
|
25 rokov pred |