mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
cb282fee0f
* include doesn't need parentheses git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5178 21ef857c-d57f-4fe0-8362-d861dc6d29cd
16 lines
811 B
PHP
16 lines
811 B
PHP
<?php include "config.php"; ?>
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title><?php echo $pagetitle ?> - Process Hacker</title>
|
|
<meta charset="utf-8"/>
|
|
<meta name="description" content="A free and open source process viewer with powerful process termination and memory searching/editing capabilities."/>
|
|
<link rel="icon" type="image/ico" href="favicon.ico">
|
|
<link rel="stylesheet" href="css/pack.css"/>
|
|
<link rel="alternate" type="application/atom+xml" href="http://processhacker.sourceforge.net/forums/feed.php?f=1" title="Process Hacker - News"/>
|
|
<link rel="alternate" type="application/atom+xml" href="http://sourceforge.net/p/processhacker/code/feed" title="Process Hacker - SVN"/>
|
|
<!--[if lt IE 9]>
|
|
<script src="js/html5shiv.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|