init
This commit is contained in:
10
modules/Leads/getAddress.php
Normal file
10
modules/Leads/getAddress.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
include_once("modules/Leads/Lead.php");
|
||||
$a=new Lead();
|
||||
if ($_GET['id']) {
|
||||
$id = $_GET['id'];
|
||||
|
||||
$json = getJSONobj();
|
||||
echo $json->encode($a->getAddress($id));
|
||||
} else echo 0;
|
||||
?>
|
||||
Reference in New Issue
Block a user