diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/controller/root.control.php | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/app/controller/root.control.php b/app/controller/root.control.php index d77b0e6..7ccf35e 100644 --- a/app/controller/root.control.php +++ b/app/controller/root.control.php @@ -14,6 +14,8 @@ class Root extends Controller       */      function handle($argv)      { +        $argv = $this->normalizeArgv($argv); +          /* First, make sure the system configuration file has been included */          if (!$this->scrottConfExists())          { | 
