php-mpos/public/include
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
..
classes Ensure we set workers to 0 2013-07-11 11:43:48 +02:00
config Merge pull request #427 from TheSerapher/issue-309 2013-07-11 02:35:24 -07:00
lib Adding solution detections for blocks 2013-07-09 11:27:20 +02:00
pages Properly cache on a per-user basis 2013-07-11 13:45:54 +02:00
smarty/libs added word print for times < 1 2013-05-14 23:58:24 +02:00
autoloader.inc.php Added cronjob monitoring to admin panel 2013-07-10 10:40:11 +02:00
database.inc.php some smaller updates to classes and PHP codes 2013-05-10 15:28:05 +02:00
jsonrpc.inc.php initial import of file base of my WIP 2013-05-06 14:11:38 +02:00
smarty_globals.inc.php Merge pull request #428 from TheSerapher/issue-418 2013-07-11 03:35:50 -07:00
smarty.inc.php Properly cache on a per-user basis 2013-07-11 13:45:54 +02:00
xmlrpc.inc.php initial import of file base of my WIP 2013-05-06 14:11:38 +02:00