1
0
mirror of synced 2025-03-04 20:03:21 +03:00

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:
meus 2007-09-17 23:14:03 +00:00
parent c48c878ae2
commit 6eb685782b

View File

@ -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>