From d291827444206eeaf25399020ad6a3d98a5e2766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 26 Jul 2010 16:20:24 +0200 Subject: No need to require_once footer It is the last thing executed anyway (ends with exit). --- server_binlog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server_binlog.php') diff --git a/server_binlog.php b/server_binlog.php index bfa4e07016..60a5b57af0 100644 --- a/server_binlog.php +++ b/server_binlog.php @@ -234,6 +234,6 @@ while ($value = PMA_DBI_fetch_assoc($result)) { /** * Sends the footer */ -require_once './libraries/footer.inc.php'; +require './libraries/footer.inc.php'; ?> -- cgit v1.2.3