various bits a pieces
[otpcentral.git] / php / authd / authd.php
diff --git a/php/authd/authd.php b/php/authd/authd.php
new file mode 100644 (file)
index 0000000..bf3b1fd
--- /dev/null
@@ -0,0 +1,6 @@
+<?php
+// this components is the part that does the actual auth. It'll run as a user and secure all its data.
+require_once("../lib/lib.php")
+
+
+?>
\ No newline at end of file