5 lines
66 B
PHP
Executable file
5 lines
66 B
PHP
Executable file
<?
|
|
if(isset($countries_json)) {
|
|
echo $countries_json;
|
|
}
|
|
?>
|