Skip to content

Commit

Permalink
Issue #10: Added banner to file
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Goel <[email protected]>
  • Loading branch information
siddharthgoel88 committed May 10, 2015
1 parent dc7f1e3 commit 24d64e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions local-file-inclusion/preview.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
$file = $_GET['file'];
if(isset($file))
{
echo "<center> ============================= </center>";
echo "<center>Below page is the included one</center>";
echo "<center> ============================= </center>";
echo "<br />";
include("$file");
}
else
Expand Down

0 comments on commit 24d64e0

Please sign in to comment.