aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-26 12:57:52 -0800
committerfriendica <info@friendica.com>2012-12-26 12:57:52 -0800
commit91dac0f18a10d04bd2fcce935612999966c098a0 (patch)
treea7b9e3444bae885f0a35d0bdfdb43770e36fe4bb /mod
parentc8292b3cddf0a29236cb981111beb4587d7be411 (diff)
parenta5cbea038e1f4aff61e3c761ca8b25f8dd674609 (diff)
downloadvolse-hubzilla-91dac0f18a10d04bd2fcce935612999966c098a0.tar.gz
volse-hubzilla-91dac0f18a10d04bd2fcce935612999966c098a0.tar.bz2
volse-hubzilla-91dac0f18a10d04bd2fcce935612999966c098a0.zip
Merge pull request #9 from oohlaf/fixes
HTTP redirect fixes and a include file fix
Diffstat (limited to 'mod')
-rw-r--r--mod/magic.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/magic.php b/mod/magic.php
index b48e2b8c9..b74130005 100644
--- a/mod/magic.php
+++ b/mod/magic.php
@@ -1,5 +1,7 @@
<?php
+@require_once('include/zot.php');
+
function magic_init(&$a) {
$url = ((x($_REQUEST,'url')) ? $_REQUEST['url'] : '');