init
This commit is contained in:
8
modules/EcmPaymentStates/getadr.php
Normal file
8
modules/EcmPaymentStates/getadr.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
$acc = new Account():
|
||||
if (isset($_REQUEST['record'])) {
|
||||
|
||||
$acc->retrieve($_REQUEST['record']);
|
||||
echo $acc->name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user