php-mpos/public/include/pages/admin
Sebastian Grewe 739bd9c7b6 Properly cache on a per-user basis
This will fix an issue with templates of other users being applied to
different users logged in. Basically the first cached page would be
displayed for all users.

Created a new cache key for smarty to allow the user ID to be reference
in the cache key. Hence each user has their own cached file which will
be used.

Improved caching by creating subdirectories for cached files. This way
we won't run into a file limit per directory with a lot of cached files.

This fixes #430 and the mentioned issue in that report.
2013-07-11 13:45:54 +02:00
..
monitoring.inc.php Better monitoring layout 2013-07-10 11:39:16 +02:00
news_edit.inc.php hotfix for news page accessible by all users 2013-06-21 20:21:27 +02:00
news.inc.php hotfix for news page accessible by all users 2013-06-21 20:21:27 +02:00
settings.inc.php Modfied templates to support empty trade currency 2013-07-01 12:32:59 +02:00
transactions.inc.php Properly cache on a per-user basis 2013-07-11 13:45:54 +02:00
user.inc.php Fixing PHP Warning on admin->user panel 2013-07-05 23:45:32 +02:00
wallet.inc.php Properly cache on a per-user basis 2013-07-11 13:45:54 +02:00