Files
test-php-rest-api-user/template/index.php
2024-08-09 21:30:13 +05:00

5 lines
95 B
PHP

<?php
include __TD__.'header.php';
include __TD__.'route.php';
include __TD__.'footer.php';