Skip to content

Commit

Permalink
Undid Cache functions
Browse files Browse the repository at this point in the history
  • Loading branch information
mystralkk committed Jul 4, 2022
1 parent 30778de commit 24a9625
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions public_html/lib-common.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,7 @@
Log::init($_CONF['path_log']);

// Load Cache class
if (is_callable('apcu_store')) {
Cache::init(new Cache\APCu());
} else {
Cache::init(new Cache\FileSystem($_CONF['path'] . 'data/cache/'));
}
Cache::init(new Cache\FileSystem($_CONF['path'] . 'data/cache/'));

// Load in Geeklog Variables Table

Expand Down

0 comments on commit 24a9625

Please sign in to comment.