From 0fb3aa1b57dc2a1d58a839bc99d2098003778d33 Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 2 Jan 2011 19:05:11 -0800 Subject: valid host checks were returning true on TXT records and other useless garbage --- index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'index.php') 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"); -- cgit v1.2.3