Documentation

Manual

Admin access

If you want admin access for the Triangles Rotation app, you can grant it via the parameter

$to_conf['ip_admin']="regular expression"; 

(New in v2.6) Alternativly a password can be used:

$to_conf['admin_pw']="Password (digits only)"; 

You need an app version of at least 0.34 to be able to use the password mode.

If none of the parameters is set, no admin access is granted. If ip_admin is set, admin access from IP addresses matching the regular expression will be allowed. Additionally, admin access will be granted if admin_pw is set and the correct password has been entered in the app (Dancer settings/Activate admin).

For syntax examples for ip_admin see access restriction.


Back to Basic configuration

Back to main index