1
0
mirror of https://github.com/php/web-php.git synced 2026-03-28 09:12:17 +01:00
Files
archived-web-php/config.php3
Rasmus Lerdorf aba732ec03 Remove registration requirement and shuffle things around a little bit.
Haven't deleted unused files yet.
1997-12-20 05:17:03 +00:00

10 lines
214 B
PHP

<html>
<head>
<title>PHP 3.0 Configuration Generator</title>
<frameset rows="*,60" frameborder="0">
<frame src="config-form.php3" name="input">
<frame src="result.html" name="output">
</frameset>
</head>
</html>