don't mind me messing around
parent
1d55131262
commit
74e22fd723
|
@ -0,0 +1,18 @@
|
|||
<?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>
|
Loading…
Reference in New Issue