originally i had planned for the username to be the email address and
[gwvp.git] / gwvplib / gwvpconfig.php
index cc0bafd..2c04eab 100644 (file)
@@ -26,7 +26,15 @@ function gwvp_ConfigPage()
 
 function gwvp_ConfigPageBody()
 {
-       
+?>
+<h1>Global Configuration</h1>
+<form method="post">
+<table>
+<tr><td>Allow User Registration</td><td><input type="checkbox" name="allowreg"></td></tr>
+
+</table>
+</form>
+<?php
 }
 
 ?>
\ No newline at end of file