Ok, not working for me. This is what I did
I added the = like you had said inside GAL_admin.php. What this did wasremove half of my links LOL. I know....half?? But it really did. If Iremove the = and then hit SAFEMODE, it recompiles itright back to whereit was working with some words
Are there more instance of
PHP Code:
if ($leadingspace=-1){
other than just the ONE I found?
Quote:
Originally Posted by The Geek
Found the bug causing the problems withsafemode.Essentially it wasnt letting you build in safemode because ofthis.
Until I get a few minutes to update the package... do this:
in GAL_admin.php replace
PHP Code:
if ($leadingspace=-1){
with this:
PHP Code:
if ($leadingspace==-1){
Gotta love those =='s
Then click settings and chose Safe. Then you will actually be safe 
|