3 lines
53 B
PHP
3 lines
53 B
PHP
<?php
|
|
$format = 'xml';
|
|
require __DIR__ . '/get.php';
|
<?php
|
|
$format = 'xml';
|
|
require __DIR__ . '/get.php';
|