1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Files
archived-web-php/config.php3
1997-11-03 22:04:34 +00:00

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>