mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-14 05:13:00 +00:00
3 lines
57 B
PHP
3 lines
57 B
PHP
<?php
|
|
http_response_code(308);
|
|
header("location: app/");
|