2018-08-30 09:46:43 +02:00

4 lines
124 B
JavaScript

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