Delete lvl1.php
This commit is contained in:
parent
706e9d832c
commit
13ec67debb
|
@ -1,26 +0,0 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title> Level 1 </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div align="center"><b><h3>This is Level 1</h3></b></div>
|
||||
|
||||
<div align="center">
|
||||
<a href=lvl1.php?file=1.php><button>Show 1</button></a>
|
||||
<a href=lvl1.php?file=2.php><button>Show 2</button></a>
|
||||
</div>
|
||||
<?php
|
||||
|
||||
echo "</br></br>";
|
||||
|
||||
if (isset( $_GET[ 'file' ]))
|
||||
|
||||
include($_GET['file']);
|
||||
?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user