Changes

From Amahi Wiki
Jump to: navigation, search
265 bytes added ,  20:43, 6 January 2012
no edit summary
The default is false. To require login before displaying files, change line 226 from '''false''' to '''true''':
{{Text|Text=$_CONFIG['require_login'] = false;}}
 
 
<u>'''Configure Users'''</u><br />
To add or change users, add to line 244 using the format below:
{{Text|Text=$_CONFIG['users'] = array(array("username", "password", "user"));}}
or
{{Text|Text=$_CONFIG['users'] = array(array("username", "password", "admin"));}}
<big>More to follow...</big>
12,424

edits