diff options
author | friendica <info@friendica.com> | 2012-12-26 12:57:52 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-26 12:57:52 -0800 |
commit | 91dac0f18a10d04bd2fcce935612999966c098a0 (patch) | |
tree | a7b9e3444bae885f0a35d0bdfdb43770e36fe4bb /mod | |
parent | c8292b3cddf0a29236cb981111beb4587d7be411 (diff) | |
parent | a5cbea038e1f4aff61e3c761ca8b25f8dd674609 (diff) | |
download | volse-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.php | 2 |
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'] : ''); |