aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-10-24 15:49:28 -0700
committerFriendika <info@friendika.com>2011-10-24 15:49:28 -0700
commitea9d3b06f6dbe2d7bf036ea1785a1e472f6bf890 (patch)
treec6619ec376c662c381caf03fbc1e72db887bfa8d /boot.php
parentf48fd5aa1651cdc801473e9d24c1736304533e63 (diff)
parent2905df527f2fbc9b426ebc89a53adc5c6cf1ee47 (diff)
downloadvolse-hubzilla-ea9d3b06f6dbe2d7bf036ea1785a1e472f6bf890.tar.gz
volse-hubzilla-ea9d3b06f6dbe2d7bf036ea1785a1e472f6bf890.tar.bz2
volse-hubzilla-ea9d3b06f6dbe2d7bf036ea1785a1e472f6bf890.zip
Merge pull request #35 from fabrixxm/master
Use oembed if possible without the addon Awesome!
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 86b219dc2..6a43806ab 100644
--- a/boot.php
+++ b/boot.php
@@ -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.1143' );