-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathevent.php
More file actions
18 lines (18 loc) · 999 Bytes
/
Copy pathevent.php
File metadata and controls
18 lines (18 loc) · 999 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php require('scripts.php'); if($enable_login == "true"){require('_login.php');}else{} sleep(1);?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=1200, user-scalable=0">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<link rel="apple-touch-icon" href="images/hdcpIcon.png">
<title>HDP Scheduled Event Executed</title>
<link rel="stylesheet" type="text/css" href="css/default.css" media="screen" />
<link rel="icon" type="image/png" href="images/hdcpIcon.png">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
</head>
<body>
<div style="text-align:center;margin-top:80px;"><i class="fa fa-cog fa-spin" style="color:grey;font-size:150px;text-align:center;"></i><br><br><h1>A scheduled event has been executed.<br>You may close this window.</h1></div>
</body>
</html>