diff options
author | friendica <info@friendica.com> | 2014-06-30 03:52:20 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-30 03:52:20 -0700 |
commit | f64f84b5e999fd454f899c2ce6c82aef81e21fc0 (patch) | |
tree | 8186183c9bf0990cfcdd2bd169bea95d688b4c2b | |
parent | 71e8643bf63e91a542b965dd82ba526374044d37 (diff) | |
download | volse-hubzilla-f64f84b5e999fd454f899c2ce6c82aef81e21fc0.tar.gz volse-hubzilla-f64f84b5e999fd454f899c2ce6c82aef81e21fc0.tar.bz2 volse-hubzilla-f64f84b5e999fd454f899c2ce6c82aef81e21fc0.zip |
control chars crept in.
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index bc75c683e..8401ac186 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1,4 +1,4 @@ -32;278;2c<?php /** @file */ +<?php /** @file */ require_once('include/crypto.php'); require_once('include/items.php'); |