1
0
mirror of https://github.com/php/web-php.git synced 2026-03-30 03:02:13 +02:00
Files
archived-web-php/config.php3
Rasmus Lerdorf 3a4b304f39 Clean up some stuff - move includes into separate directory and
include header from top page.
1997-11-06 23:57:25 +00:00

13 lines
250 B
PHP

<?
include "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>