]> git.mxchange.org Git - mailer.git/commit
A lot fixes:
authorRoland Haeder <roland@mxchange.org>
Thu, 11 Sep 2014 18:59:44 +0000 (20:59 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 11 Sep 2014 19:01:24 +0000 (21:01 +0200)
commit6b6d8d11af918ea55b3844c62d7e6377c4a29923
tree046fc6960208a50180c989049f5729fe85c5b6ee
parent742ac105f982d4b3671da16e9a10da883b3aa4a6
A lot fixes:
- $_SESSION must be used, not $GLOBALS['_SESSION']
- "Cache" 'isAdmin' must be unset, not set to FALSE
- initSession() must be called before user name (including admin data) has been read from session (so? ;-) )
- Various other improvements
- TODOs.txt updated

Signed-off-by: Roland Haeder <roland@mxchange.org>
DOCS/TODOs.txt
inc/load_cache.php
inc/modules/admin/admin-inc.php
inc/mysql-connect.php
inc/mysql-manager.php
inc/session-functions.php
inc/wrapper-functions.php