Pman.php
authorAlan Knowles <alan@roojs.com>
Mon, 11 Apr 2016 04:33:02 +0000 (12:33 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 11 Apr 2016 04:33:02 +0000 (12:33 +0800)
Pman.php

index a8c8a6f..b1df925 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -20,9 +20,9 @@
  *  OPTIONS
  *  Pman['local_autoauth']   // who to login as when using localhost
  *  Pman['isDev']  // can the site show develpment info.?
- *   Pman['uiConfig']  // extra variable to export to front end..
-        
- *
+ *  Pman['uiConfig']  // extra variable to export to front end..
+ *  Pman['auth_comptype'] // -- if set to 'OWNER' then only users with company=OWNER can log in
+ *  Pman['authTable'] // the authentication table (default 'person')
  *
  * 
  * Usefull implemetors