4 lines
124 B
JavaScript
Raw Normal View History

setTimeout(function () {
window.location.href= 'http://localhost/slegpi/auto.php'; // the redirect goes here
},2000);