added money_check to ajax folder
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$.ajax({
|
||||
url: '/_cron/money_check.php',
|
||||
url: '/_ajax/money_check.php',
|
||||
success: function(data, status, jqXHR) {
|
||||
setTimeout(function() {
|
||||
window.location.replace("/admin/money_deposit");
|
||||
|
||||
Reference in New Issue
Block a user