Show admin statement

This commit is contained in:
Deon George
2012-12-18 13:59:41 +11:00
parent 7819a05515
commit f007847f70
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
<?php
class Cache extends Kohana_Cache {
public static $default = 'apc';
}
?>