sintonia/livesupport/modules/htmlUI/index.php

5 lines
99 B
PHP

<?php
require_once dirname(__FILE__).'/var/conf.php';
header('LOCATION: var/html/'.UI_BROWSER);
?>