4 lines
76 B
PHP
4 lines
76 B
PHP
<?php
|
|
include __DIR__.'/../config.php';
|
|
include (APP_BASE_PATH.'rest.php');
|
<?php
|
|
include __DIR__.'/../config.php';
|
|
include (APP_BASE_PATH.'rest.php');
|