mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 14:46:36 +02:00
Cover unused and dead code in index.php
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@519 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -25,6 +25,8 @@ if (!extension_loaded("xdebug")) {
|
||||
|
||||
if ($_GET["start"]) {
|
||||
$_SESSION["coverage"] = array();
|
||||
xdebug_start_code_coverage(XDEBUG_CC_UNUSED | XDEBUG_CC_DEAD_CODE);
|
||||
include "./index.php";
|
||||
header("Location: .");
|
||||
exit;
|
||||
}
|
||||
|
Reference in New Issue
Block a user