diff options
Diffstat (limited to 'www/js/WizardCtrl.js')
| -rw-r--r-- | www/js/WizardCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/WizardCtrl.js b/www/js/WizardCtrl.js index 8a5f1ac4..85a4d5de 100644 --- a/www/js/WizardCtrl.js +++ b/www/js/WizardCtrl.js @@ -458,7 +458,7 @@ angular.module('zmApp.controllers').controller('zmApp.WizardCtrl', ['$scope', '$ $scope.wizard.fqportal = u; - u = u + '/index.php'; + u = u + '/index.php?view=console'; NVRDataModel.log("Wizard: login url is " + u); // now lets login |
