Files
tm_sam/che_close/install3_ok.php
T

11 lines
148 B
PHP

<?
include "lib.php";
include "func.php";
$connect=dbConn();
LogHistory($connect, 1);
echo "<script>location.replace('index.php');</script>";
?>