FIX: automatic redirect after activating account on subfolder installs
This commit is contained in:
parent
05b12d108f
commit
2d7c3067ba
|
@ -1,7 +1,7 @@
|
|||
<script language="javascript">
|
||||
(function() {
|
||||
setTimeout(function() {
|
||||
window.location.href = '/';
|
||||
window.location.href = '<%= path("/") %>';
|
||||
}, 2000);
|
||||
})();
|
||||
</script>
|
Loading…
Reference in New Issue