diff options
author | friendica <info@friendica.com> | 2012-12-26 16:51:18 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-26 16:51:18 -0800 |
commit | 7a257a66c3e10870dd263209149c9ea42169c7d4 (patch) | |
tree | 313b8ccfff528e837abdd8d155b7bf0a96206782 /mod | |
parent | a162b204375dd8d4b5a86fc36a4e9f2305c3115a (diff) | |
parent | 91dac0f18a10d04bd2fcce935612999966c098a0 (diff) | |
download | volse-hubzilla-7a257a66c3e10870dd263209149c9ea42169c7d4.tar.gz volse-hubzilla-7a257a66c3e10870dd263209149c9ea42169c7d4.tar.bz2 volse-hubzilla-7a257a66c3e10870dd263209149c9ea42169c7d4.zip |
Merge https://github.com/friendica/red into zpull
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'] : ''); |