Hits: 41185

List

Try: ca/tecreations/ViewFile.php -- Online


<?php
require_once $_SERVER['DOCUMENT_ROOT'] . "/Base.php";
$_SESSION = array();
session_destroy();
header("Location: /ca/tecreations/Login/Login.php");
?>