1
0

* To support custom PHP sessions, s9y will only issue session_start,

if no session exists yet (garvinhicking)
This commit is contained in:
Garvin Hicking
2010-01-20 09:45:48 +00:00
parent d29998d65e
commit 757c557b6b
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@
Version 1.6 ()
------------------------------------------------------------------------
* To support custom PHP sessions, s9y will only issue session_start,
if no session exists yet (garvinhicking)
* Fix escaping when using ImageMagick to create PDF-thumbnail images
(stm9x9)