4 lines
99 B
PHP
4 lines
99 B
PHP
<?php
|
|
require_once dirname(__FILE__).'/var/conf.php';
|
|
header('LOCATION: var/html/'.UI_BROWSER);
|
|
?>
|