5 lines
78 B
PHP
5 lines
78 B
PHP
<?php
|
|
|
|
//Start at router for all api requets
|
|
header('Location: router.php') ;
|