Marius Cramer
2015-01-13 bbb85a4e2d6e557c14735ffef748a7c5e9033cef
interface/web/themes/default/assets/javascripts/ispconfig.js
@@ -495,7 +495,7 @@
         url: "keepalive.php",
         dataType: "html",
         success: function(data, textStatus, jqXHR) {
            setTimeout( keepalive, 1000000 );
            setTimeout( function() { ISPConfig.keepalive(); }, 1000000 );
         },
         error: function() {
            ISPConfig.reportError('Session expired. Please login again.');