call money_check from deposit menu
This commit is contained in:
14
_include/include_expire_check.php
Normal file
14
_include/include_expire_check.php
Normal 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');
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user