„threadr/test.php“ löschen

master
Jakob 2020-02-26 21:44:30 +01:00
parent 74e22fd723
commit be581b6cd2
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
<?php
session_start();
%NO_CHEAP_SESSION_STEALING%
$navbar="home";
?>
<!DOCTYPE html>
<html>
<head>
<title>ThreadR - Home</title>
<link rel="stylesheet" type="text/css" href="%CONTENT_DIR%/style.css">
<link rel="icon" type="image/png" href="%CONTENT_DIR%/img/favicon-32x32.png" sizes="32x32" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
%NAVBAR%
<iframe src="%CONTENT_DIR%/test.php" width="100%" height="100%"></iframe>
</body>
</html>