diff options
author | Friendika <info@friendika.com> | 2011-01-02 19:05:11 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-02 19:05:11 -0800 |
commit | 0fb3aa1b57dc2a1d58a839bc99d2098003778d33 (patch) | |
tree | 26ff418284db45d6bccd1e2a30a9bf88270e6b8c /index.php | |
parent | b381dfa6c64719099c9f07c746f2ce9370d3a37a (diff) | |
download | volse-hubzilla-0fb3aa1b57dc2a1d58a839bc99d2098003778d33.tar.gz volse-hubzilla-0fb3aa1b57dc2a1d58a839bc99d2098003778d33.tar.bz2 volse-hubzilla-0fb3aa1b57dc2a1d58a839bc99d2098003778d33.zip |
valid host checks were returning true on TXT records and other useless garbage
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -127,6 +127,7 @@ else * further processing. */ + if(strlen($a->module)) { if(file_exists("mod/{$a->module}.php")) { include("mod/{$a->module}.php"); |