Fix incorrect include, should be 'bugs.php' not 'bug.php'
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
require("path.php");
|
||||
require(BASE."include/incl.php");
|
||||
require_once(BASE."include/bug.php");
|
||||
require_once(BASE."include/bugs.php");
|
||||
|
||||
$aClean = array(); //array of filtered user input
|
||||
|
||||
|
||||
Reference in New Issue
Block a user