2 /* vim: set expandtab sw=4 ts=4 sts=4: */
4 * Simple wrapper just to enable error reporting and include config
9 $GLOBALS['now'] = gmdate('D, d M Y H:i:s') . ' GMT';
10 PMA_no_cache_header();
11 header('Content-Type: text/html; charset=utf-8');
13 require './libraries/vendor_config.php';
15 error_reporting(E_ALL
);