Took down detailed view of cc report since I do not have time to fix it right
now and it is a security issue
This commit is contained in:
parent
c48c878ae2
commit
6eb685782b
@ -39,15 +39,12 @@ $reporter = new Doctrine_Coverage_Report("coverage.txt");
|
||||
<?php
|
||||
|
||||
if (isset($_GET["file"])){
|
||||
if (strpos($_GET["file"], "Doctrine") === false) {
|
||||
echo "trying something fishy?";
|
||||
exit(0);
|
||||
}
|
||||
echo '<h1>Coverage for ' . $_GET["file"] . '</h1>';
|
||||
echo '<a href="cc.php">Back to coverage report</a>';
|
||||
echo "<br>detailed view down atm <br> Will be up later on<br>";
|
||||
|
||||
|
||||
$reporter->showFile($_GET["file"]);
|
||||
// $reporter->showFile($_GET["file"]);
|
||||
} else {
|
||||
?>
|
||||
<h1>Coverage report for Doctrine</h1>
|
||||
|
Loading…
x
Reference in New Issue
Block a user