mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
00be603ad8
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5093 21ef857c-d57f-4fe0-8362-d861dc6d29cd
24 lines
1.0 KiB
PHP
24 lines
1.0 KiB
PHP
<?php header('Content-Type: text/html; charset=UTF-8');
|
|
|
|
include("config.php");
|
|
?>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="description" content="A free and open source process viewer with powerful process termination and memory searching/editing capabilities." />
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<meta charset="utf-8" />
|
|
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame -->
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9">
|
|
|
|
<link rel="icon" type="image/ico" href="/images/favicon.ico">
|
|
<link rel="stylesheet" type="text/css" media="screen, print" href="/css/stylesheet.css" />
|
|
<link rel="stylesheet" type="text/css" media="screen" href="/css/lytebox.css" />
|
|
|
|
<link rel="alternate" type="application/atom+xml" href="http://processhacker.sourceforge.net/forums/feed.php?f=1" title="Process Hacker - News Atom Feed" />
|
|
|
|
<title><?php echo $pagetitle ?> - Process Hacker</title>
|
|
</head>
|
|
|
|
<body>
|