extranet/www/ipconnect.php

3 lines
101 B
PHP
Raw Normal View History

<?php
header('Location: '.EXTRANET_URL.'?page=main&action=logon&login=testreunica&checkIp=only');
?>