summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
0e38a24)
Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
*/
$cfg['upload_ip'] = array();
/* An empty admin password will disable the classic admin password
*/
$cfg['upload_ip'] = array();
/* An empty admin password will disable the classic admin password
+ * authentication. Note that admin password is a sha256 hash of the original
+ * version.
*/
$cfg['admin_password'] = '';
/* If set, let's the user to be authenticated as administrator.
*/
$cfg['admin_password'] = '';
/* If set, let's the user to be authenticated as administrator.