yaptc/includes/index.php

2 lines
114 B
PHP
Raw Normal View History

2015-02-12 00:35:00 -05:00
<?php session_start(); require_once("../config.inc.php"); header("Location: " . $yaptc_webpath . "index.php"); ?>