aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-02 19:05:11 -0800
committerFriendika <info@friendika.com>2011-01-02 19:05:11 -0800
commit0fb3aa1b57dc2a1d58a839bc99d2098003778d33 (patch)
tree26ff418284db45d6bccd1e2a30a9bf88270e6b8c /index.php
parentb381dfa6c64719099c9f07c746f2ce9370d3a37a (diff)
downloadvolse-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.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index f6ea0c9a8..abc02521a 100644
--- a/index.php
+++ b/index.php
@@ -127,6 +127,7 @@ else
* further processing.
*/
+
if(strlen($a->module)) {
if(file_exists("mod/{$a->module}.php")) {
include("mod/{$a->module}.php");