sintonia/htmlUI/redirectDevEnv1.php

3 lines
60 B
PHP
Raw Normal View History

<?php
header('LOCATION: htmlUI/var/html/ui_browser.php');
?>