4 lines
84 B
PHP
4 lines
84 B
PHP
<?php
|
|
include_once('../winlog_admin_conf.php');
|
|
header('Location: '.$winlog_url);
|
|
?>
|