call money_check from deposit menu
This commit is contained in:
14
template/templates/expire_check.tpl
Normal file
14
template/templates/expire_check.tpl
Normal file
@@ -0,0 +1,14 @@
|
||||
<h3>Frissítés folyamatban...</h3>
|
||||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$.ajax({
|
||||
url: '/_cron/money_check.php',
|
||||
success: function(data, status, jqXHR) {
|
||||
setTimeout(function() {
|
||||
window.location.replace("/admin/money_deposit");
|
||||
}, 4000);
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user