mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +01:00
10 lines
217 B
HTML
10 lines
217 B
HTML
<html>
|
|
<head>
|
|
<title>PHP 3.0 Configuration Generator</title>
|
|
<frameset rows="90%,10%" frameborder="0">
|
|
<frame src="config-form.php3" name="input">
|
|
<frame src="result.html" name="output">
|
|
</frameset>
|
|
</head>
|
|
</html>
|