From 4d308ba364af3645d9db5bd46689ba0e79394c75 Mon Sep 17 00:00:00 2001 From: Rahul Kadyan Date: Fri, 6 Mar 2015 23:13:21 +0530 Subject: Remove unneeded closing tags Closing tags at the end of file are not mandatory. It is often suggested to omit to closing tags at the end of file to prevent unwanted effects as PHP will start output buffering if there is any character after closing tag. Reference: http://php.net/manual/en/language.basic-syntax.phptags.php Signed-off-by: Rahul Kadyan --- user_password.php | 1 - 1 file changed, 1 deletion(-) (limited to 'user_password.php') diff --git a/user_password.php b/user_password.php index c9313fc500..216d18e8ed 100644 --- a/user_password.php +++ b/user_password.php @@ -197,4 +197,3 @@ function PMA_changePassDisplayPage($message, $sql_query) . '' . __('Back') . ''; exit; } -?> -- cgit v1.2.3