diff options
author | Olaf Conradi <olaf@conradi.org> | 2012-12-26 04:22:43 +0100 |
---|---|---|
committer | Olaf Conradi <olaf@conradi.org> | 2012-12-26 04:22:43 +0100 |
commit | 414f7ccc0085a5bec40323847b6a8819fc6eefca (patch) | |
tree | 8fa83fc0af95a84592481bd571acabaaeb48adc2 /mod | |
parent | bb16186fabdbd4b49ad4ff13552d97a0462e298a (diff) | |
download | volse-hubzilla-414f7ccc0085a5bec40323847b6a8819fc6eefca.tar.gz volse-hubzilla-414f7ccc0085a5bec40323847b6a8819fc6eefca.tar.bz2 volse-hubzilla-414f7ccc0085a5bec40323847b6a8819fc6eefca.zip |
Include zot for magic
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'] : ''); |