Commit 6eb68578 authored by meus's avatar meus

Took down detailed view of cc report since I do not have time to fix it right

now and it is a security issue
parent c48c878a
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment