diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-24 13:02:38 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-24 13:02:38 +0200 |
commit | 306036c62613fd849a80c83c50cd220f75e64c90 (patch) | |
tree | 71140cb3ff83f3f9183284defbda67c2da49f94e /boot.php | |
parent | d80c0da3c0bf2ab599f5d013d5c947823d917363 (diff) | |
download | volse-hubzilla-306036c62613fd849a80c83c50cd220f75e64c90.tar.gz volse-hubzilla-306036c62613fd849a80c83c50cd220f75e64c90.tar.bz2 volse-hubzilla-306036c62613fd849a80c83c50cd220f75e64c90.zip |
cache api
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ require_once('include/plugin.php'); require_once('include/text.php'); require_once("include/pgettext.php"); require_once('include/nav.php'); +require_once('include/cache.php'); define ( 'FRIENDIKA_PLATFORM', 'Free Friendika'); define ( 'FRIENDIKA_VERSION', '2.3.1140' ); |