mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +01:00
13 lines
242 B
PHP
13 lines
242 B
PHP
<?
|
|
include "auth.inc";
|
|
?>
|
|
<html>
|
|
<head>
|
|
<title>PHP 3.0 Configuration Generator</title>
|
|
<frameset rows="*,100" frameborder="0">
|
|
<frame src="config-form.php3" name="input">
|
|
<frame src="result.html" name="output">
|
|
</frameset>
|
|
</head>
|
|
</html>
|