blob: 8d27c6578bfa86712fb82ca3ac38435f90ca1806 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$ResetConfigVariables
---------------------
**Type:** global configuration parameter
**Default:**
**Description:**
Resets all configuration variables to their default value. Any settings
made will not be applied to configuration lines following the
$ResetConfigVariables. This is a good method to make sure no
side-effects exists from previous parameters. This parameter has no
parameters.
**Sample:**
``$ResetConfigVariables``
|