sintonia/livesupport/modules/htmlUI/index.php

5 lines
99 B
PHP
Raw Normal View History

2005-02-03 17:55:35 +01:00
<?php
require_once dirname(__FILE__).'/var/conf.php';
2005-02-08 12:41:43 +01:00
header('LOCATION: var/html/'.UI_BROWSER);
2005-02-03 17:55:35 +01:00
?>