call money_check from deposit menu

This commit is contained in:
Tóth Richárd
2019-08-29 17:50:52 +02:00
parent dccd23f1a1
commit bf40ea35f9
5 changed files with 33 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
<?php
# HA NINCS ID, AKKOR VÁROSLISTA
if ($this->is_id()) {
# NONE
}
else {
# BETÖLTI A TPL-T, AMI AJAX-EZIK A CRON-RA
$smarty->display('expire_check.tpl');
}
?>