Add version.php to includes as notes.php calls a new Version constructor.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
require_once(BASE."include/util.php");
|
||||
require_once(BASE."include/version.php");
|
||||
|
||||
$aClean = array(); //array of filtered user input
|
||||
$aClean['sReplyText'] = makeSafe( $_REQUEST['sReplyText'] );
|
||||
|
||||
Reference in New Issue
Block a user