add header.php to upload page
This commit is contained in:
parent
2cb756dee6
commit
52def87330
@ -60,15 +60,8 @@ session_unset();
|
|||||||
header('Location: login.php');
|
header('Location: login.php');
|
||||||
} ///////////////////////
|
} ///////////////////////
|
||||||
$file=$dir.$name.'.upload';
|
$file=$dir.$name.'.upload';
|
||||||
print('<!DOCTYPE html>
|
include_once "header.php";
|
||||||
<meta charset="utf-8">
|
print('
|
||||||
<title>Stream Upload encoding</title>
|
|
||||||
<link rel="icon" href="favicon.png">
|
|
||||||
<link rel="stylesheet" href="page.css">
|
|
||||||
<div class="user"><p class="user">User: <b>'.$user.'</b></p>
|
|
||||||
<form action="login.php" method="post">
|
|
||||||
<input id="logoff" type="submit" name="logoff" value="Logoff">
|
|
||||||
</form></div>
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Encoding</h1>
|
<h1>Encoding</h1>
|
||||||
<p>Uploaded <b>'.$upload.'</b></p>');
|
<p>Uploaded <b>'.$upload.'</b></p>');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user