diff --git a/cvmarket.php b/cvmarket.php index c6298cf..157b574 100644 --- a/cvmarket.php +++ b/cvmarket.php @@ -47,7 +47,7 @@ while($rowcv=mysqli_fetch_assoc($izpmeklcv)) { echo' '.$rowcv['CVDatums'].' - +
diff --git a/include/check_session.php b/include/check_session.php index 7c39017..ae5f42a 100644 --- a/include/check_session.php +++ b/include/check_session.php @@ -3,7 +3,7 @@ if (session_status() == PHP_SESSION_NONE) { session_start(); } if ($_SESSION['mails'] == ''){ - header("Location: /cvdbase/login.php"); + header("Location: login.php"); die(); } ?> \ No newline at end of file diff --git a/index.php b/index.php index 55868ae..fef49f0 100644 --- a/index.php +++ b/index.php @@ -1,4 +1,11 @@