diff options
Diffstat (limited to 'www/js/app.js')
| -rwxr-xr-x | www/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js index 17cdea09..e735557b 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -1304,7 +1304,7 @@ angular.module('zmApp', [ method: 'post', timeout: httpDelay, //withCredentials: true, - url: loginData.url + '/index.php', + url: loginData.url + '/index.php?view=console', headers: { 'Content-Type': 'application/x-www-form-urlencoded', 'Accept': 'application/json', |
