mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +01:00
15 lines
374 B
PHP
15 lines
374 B
PHP
<?
|
|
include "auth.inc";
|
|
?>
|
|
<html><head><title>Professional Home Pages 3.0</title>
|
|
<? $title="Professional Home Pages 3.0";
|
|
include "header"; ?>
|
|
<ul>
|
|
<li><a href="download.php3">Download!</a>
|
|
<li><a href="config.php3">Configure online</a> (JavaScript required)
|
|
</ul>
|
|
<hr width="80%">
|
|
<font size=-2>All Rights Reserved © PHP 3.0 Development Team</font>
|
|
</body>
|
|
</html>
|