| 1 |
lor: #0000BB"><?php |
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 |
|
|---|
| 18 |
include("./foltialib.php"); |
|---|
| 19 |
$con = m_connect(); |
|---|
| 20 |
|
|---|
| 21 |
if ($useenvironmentpolicy == 1){ |
|---|
| 22 |
if (!isset($_SERVER['PHP_AUTH_USER'])) { |
|---|
| 23 |
header("WWW-Authenticate: Basic realm=\"foltia\""); |
|---|
| 24 |
header("HTTP/1.0 401 Unauthorized"); |
|---|
| 25 |
redirectlogin(); |
|---|
| 26 |
exit; |
|---|
| 27 |
} else { |
|---|
| 28 |
login($con,$_SERVER['PHP_AUTH_USER'],$_SERVER['PHP_AUTH_PW']); |
|---|
| 29 |
} |
|---|
| 30 |
} |
|---|
| 31 |
|
|---|
| 32 |
?> |
|---|
| 33 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|---|
| 34 |
<html lang="ja"> |
|---|
| 35 |
<head> |
|---|
| 36 |
<meta http-equiv="Content-Type" content="text/html; charset=EUC-JP"> |
|---|
| 37 |
<meta http-equiv="Content-Style-Type" content="text/css"> |
|---|
| 38 |
<link rel="stylesheet" type="text/css" href="graytable.css"> |
|---|
| 39 |
<title>foltia:ファイル削除</title> |
|---|
| 40 |
</head> |
|---|
| 41 |
|
|---|
| 42 |
<?php |
|---|
| 43 |
$now = date("YmdHi"); |
|---|
| 44 |
|
|---|
| 45 |
$delete = $_POST['delete']; |
|---|
| 46 |
|
|---|
| 47 |
?> |
|---|
| 48 |
|
|---|
| 49 |
<body BGCOLOR="#ffffff" TEXT="#494949" LINK="#0047ff" VLINK="#000000" ALINK="#c6edff" > |
|---|
| 50 |
<div align="center"> |
|---|
| 51 |
<?php |
|---|
| 52 |
printhtmlpageheader(); |
|---|
| 53 |
?> |
|---|