Move footer.inc.php, header.inc.php and header_printview.inc.php to libraries folder as it does not require direct access.
This commit is contained in:
@@ -682,5 +682,5 @@ unset( $section_name, $section, $sections, $server_status, $odd_row, $alerts );
|
||||
/**
|
||||
* Sends the footer
|
||||
*/
|
||||
require_once './footer.inc.php';
|
||||
require_once './libraries/footer.inc.php';
|
||||
?>
|
||||
|
Reference in New Issue
Block a user