This is PHP code, not HTML. Woops.

This commit is contained in:
Scott Ullrich 2007-05-21 18:50:23 +00:00
parent 25b3f772ad
commit 948ab1d6ff

View File

@ -165,6 +165,8 @@ include("head.inc");
</body>
</html>
<?php
if ($_POST) {
$pconfig = $_POST;
@ -186,3 +188,5 @@ if ($_POST) {
}
}
}
?>