From 875dea60933beb072a3824aa2d7066dae85e6c14 Mon Sep 17 00:00:00 2001 From: lopar Date: Wed, 16 Jan 2019 01:28:07 +0200 Subject: [PATCH] another final version --- fontan_luck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fontan_luck.php b/fontan_luck.php index 213ba19..e15dab9 100644 --- a/fontan_luck.php +++ b/fontan_luck.php @@ -2,7 +2,7 @@ session_start(); if (is_null($_SESSION['uid'])) header("Location: index.php"); require_once 'config.php'; - +$user = (new users_row($_SESSION['uid']))->result(); $get = urldecode(filter_input(INPUT_SERVER, 'QUERY_STRING')); if ($get == 'exit') {