a bit more error checking, moved the skew's and hunt values into global variables...
[ga4php.git] / radius / www / index.php
index b3d9bbc..a893e2c 100644 (file)
@@ -1 +1,15 @@
 <?php
+/*
+ * This is the web component of the GA4PHP radius server. This web app should be able to configure freeradius and itself.
+ * 
+ * This app will try to do the following:
+ * 1) initialise tokens
+ * 2) pull accounts from some backend (such as AD)
+ * 3) allow users to self-enroll.
+ * 
+ * I wonder if we can store data in the backend database itself? that would be interesting
+ * then user admin would be less disconnected. I.e. if a user was deleted from AD, their token
+ * data should disappear with them.
+ */
+
+?>
\ No newline at end of file