From 529576bb94addaa257289cbbb50246c8ba03f5c7 Mon Sep 17 00:00:00 2001 From: Vitalijss Date: Thu, 15 Oct 2020 22:46:44 +0300 Subject: [PATCH] =?UTF-8?q?Ja=20nav=20savienojums,=20pied=C4=81va=20p?= =?UTF-8?q?=C4=81rinstal=C4=93t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cvmarket.php | 2 +- include/check_session.php | 2 +- index.php | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) 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 @@