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:
@@ -30,7 +30,7 @@ echo '<h2>' . "\n"
|
||||
*/
|
||||
if (PMA_MYSQL_INT_VERSION < 40100) {
|
||||
// TODO: Some nice Message :-)
|
||||
require_once('./footer.inc.php');
|
||||
require_once('./libraries/footer.inc.php');
|
||||
}
|
||||
|
||||
|
||||
@@ -102,6 +102,6 @@ echo ' </table>' . "\n"
|
||||
. ' </tr>' . "\n"
|
||||
. '</table>' . "\n";
|
||||
|
||||
require_once('./footer.inc.php');
|
||||
require_once('./libraries/footer.inc.php');
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user