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