@@ -433,7 +433,7 @@ <h2><a name="Configuration_OptionsTopic"></a> Configuration Options-Listed by T
433433 < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_port " > webcontrol_port</ a > </ td >
434434 < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_ipv6 " > webcontrol_ipv6</ a > </ td >
435435 < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_localhost " > webcontrol_localhost</ a > </ td >
436- < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_parms " > webcontrol_parms </ a > </ td >
436+ < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_access " > webcontrol_access </ a > </ td >
437437 </ tr >
438438 < tr >
439439 < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_interface " > webcontrol_interface</ a > </ td >
@@ -1995,7 +1995,7 @@ <h3><a name="static_object_time"></a>static_object_time</h3>
19951995 < h3 > < a name ="OptDetail_Scripts "> </ a > Script Execution </ h3 >
19961996 < p > </ p >
19971997 The following applies to all scripts being executed by Motion.
1998- If < a href ="#webcontrol_parms " > webcontrol_parms </ a > is
1998+ If < a href ="#webcontrol_access " > webcontrol_access </ a > is
19991999 set to a value greater than or equal 3(i.e. the webcontrol allows changes
20002000 to scripts), then the program/script must be saved in a subdirectory from
20012001 the motion.conf file called 'scripts'. For example, if the
@@ -2356,7 +2356,7 @@ <h3><a name="webcontrol_base_path"></a> webcontrol_base_path </h3>
23562356 </ ul >
23572357 < p > </ p >
23582358
2359- < h3 > < a name ="webcontrol_parms "> </ a > webcontrol_parms </ h3 >
2359+ < h3 > < a name ="webcontrol_access "> </ a > webcontrol_access </ h3 >
23602360 < ul >
23612361 < li > Values: 0 - 3 | Default: 2 </ li >
23622362 Set the type of parameters that can be accessed via the webcontrol page.
@@ -2367,7 +2367,7 @@ <h3><a name="webcontrol_parms"></a> webcontrol_parms </h3>
23672367 typically require Motion to be restarted to become effective.</ li >
23682368 < li > 3: Restricted - User IDs, passwords and "on_" commands.</ li >
23692369 </ ul >
2370- webcontrol_parms is not shown or allowed to be revised from the web interface. This
2370+ webcontrol_access is not shown or allowed to be revised from the web interface. This
23712371 allows users to lock out any changes to parameters. This may be desired if the
23722372 webcontrol port is opened to the internet.
23732373 </ ul >
@@ -2395,7 +2395,7 @@ <h3><a name="webcontrol_auth_admin"></a> webcontrol_auth_admin </h3>
23952395 < ul >
23962396 < li > Values: String | Default: Not defined</ li >
23972397 The admin username and password specified as username:password
2398- This user has all the permissions granted by the webcontrol_parms
2398+ This user has all the permissions granted by the webcontrol_access
23992399 and webcontrol_actions.
24002400 </ ul >
24012401 < p > </ p >
@@ -2460,7 +2460,7 @@ <h3><a name="webcontrol_actions"></a> webcontrol_actions </h3>
24602460 </ ul >
24612461 Specify each of these using values of `on` or `off` to permit or deny respectively. The specification in
24622462 this parameter will override the default that is associated with
2463- < a href ="#webcontrol_parms " > webcontrol_parms </ a > .
2463+ < a href ="#webcontrol_access " > webcontrol_access </ a > .
24642464 </ ul >
24652465 < p > </ p >
24662466
@@ -2498,7 +2498,7 @@ <h3><a name="webcontrol_lock_script"></a> webcontrol_lock_script</h3>
24982498 Script to execute when a lockout has been triggered. Two additional parameters are passed to this script
24992499 when executed. The number of times the userid failed as well as the IP address attempting to log in.
25002500 < p > </ p >
2501- If < a href ="#webcontrol_parms " > webcontrol_parms </ a > is
2501+ If < a href ="#webcontrol_access " > webcontrol_access </ a > is
25022502 set to a value greater than or equal 3(i.e. the webcontrol allows changes
25032503 to scripts), then the program/script must be saved in a subdirectory from
25042504 the motion.conf file called 'scripts'. For example, if the
@@ -2803,7 +2803,7 @@ <h3><a name="sql_pic_save"></a> sql_pic_save</h3>
28032803 < h3 > < a name ="OptDetail_Tracking "> </ a > Tracking</ h3 >
28042804 < p > </ p >
28052805 The following applies to all scripts being executed by Motion.
2806- If < a href ="#webcontrol_parms " > webcontrol_parms </ a > is
2806+ If < a href ="#webcontrol_access " > webcontrol_access </ a > is
28072807 set to a value greater than or equal 3(i.e. the webcontrol allows changes
28082808 to scripts), then the program/script must be saved in a subdirectory from
28092809 the motion.conf file called 'scripts'. For example, if the
0 commit comments