Fix and enable input filtering through include/filter.php

This commit is contained in:
Chris Morgan
2007-01-04 02:35:01 +00:00
committed by WineHQ
parent 582ee561fc
commit a1a41d6b87
58 changed files with 129 additions and 385 deletions

View File

@@ -12,7 +12,6 @@
// application environment
require("path.php");
require(BASE."include/incl.php");
require(BASE."include/filter.php");
apidb_header("Search Results");
perform_search_and_output_results($aClean['sSearchQuery']);