Delete lvl1.php

This commit is contained in:
Ramazan Emre Erkan 2018-11-27 17:02:44 +03:00 committed by GitHub
parent 706e9d832c
commit 13ec67debb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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