init
This commit is contained in:
14
modules/EcmKpkw/getcash.php
Normal file
14
modules/EcmKpkw/getcash.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
$user = $_REQUEST['kasa'];
|
||||
|
||||
|
||||
if (!$user) {echo '-1'; return;}
|
||||
|
||||
$dn = $GLOBALS['db']->fetchByAssoc($GLOBALS['db']->query("select currency_id from ecmcashs where id='".$user."';
|
||||
"));
|
||||
|
||||
|
||||
echo $dn['currency_id']; return;
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user