# HG changeset patch
# User ethanzonca
# Date 2009-03-16 21:33:56
# Node ID 2aa1075cee71f5ac3a1cd97e5a43ba2d96cc1969
# Parent eee9474aa604d85c99da6f95ae44ae6487118e39
PHPnotes
diff --git a/src/client/distren.c b/src/client/distren.c
--- a/src/client/distren.c
+++ b/src/client/distren.c
@@ -17,6 +17,15 @@
along with DistRen. If not, see .
*/
+
+/* Ideas for php-side stuff:
+ *
+ * PHP adds the users... has captcha and email confirmation wth a pseudo-random number that
+ * the user must enter on the site. Apache should be running mod_peruser for safety, and I'm
+ * thinking zserver2 for web serving for convenience.
+ */
+
+
#include /* sprintf, printf */
#include /* malloc, free */
#include "options.h"