6 lines
67 B
PHP
Executable file
6 lines
67 B
PHP
Executable file
<?
|
|
if(isset($customers_json)) {
|
|
echo $customers_json;
|
|
}
|
|
|
|
?>
|