15 lines
159 B
PHP
15 lines
159 B
PHP
<?php
|
|
// session_start();
|
|
|
|
|
|
|
|
//if (isset($_SESSION["user_id"])) {
|
|
//header("Location: v3");
|
|
//}else{
|
|
//header("Location: ../../../index.php");
|
|
//}
|
|
|
|
|
|
|
|
|