coding standard: no spaces inside braces
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
/**
|
||||
* Gets core libraries and defines some variables
|
||||
*/
|
||||
define( 'PMA_MINIMUM_COMMON', true );
|
||||
define('PMA_MINIMUM_COMMON', true);
|
||||
require_once './libraries/common.inc.php';
|
||||
|
||||
|
||||
/**
|
||||
* Displays PHP information
|
||||
*/
|
||||
if ( $GLOBALS['cfg']['ShowPhpInfo'] ) {
|
||||
if ($GLOBALS['cfg']['ShowPhpInfo']) {
|
||||
phpinfo();
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user