take out the "roles" setup
[rrq/hourglass.git] / manager / basic_login.lsp
index f491a9eee47ead9952defe603dd782c9f6792e76..38b7ac490b56a7ef827c6ac8f5e5b7808825c527 100644 (file)
@@ -5,8 +5,9 @@
 ;;
 ;; Its (main-args 0) has a final path component X.cgi that links to
 ;; this file as a packnl embedding that will use that X part of its
-;; name to determine th actual script. That lookup will also use the
-;; "role base" as declared in "roles.txt"
+;; name to determine th actual script.
+
+(load "siteconfig.lsp")
 
 (write-line 2 (string (date-value) " " (main-args)))
 (unless (ends-with (main-args 0) ".cgi")