хоть немного приведём в порядок, чтобы не ругался

This commit is contained in:
lopar 2018-03-23 23:34:06 +02:00
parent 4af1784f06
commit a14a001e63

View File

@ -7,16 +7,16 @@ include('config.php');
include('functions.php'); include('functions.php');
include('classes/quests_class.php'); include('classes/quests_class.php');
if ($_GET['end_qst_now']) { $qEndNow = filter_input(INPUT_GET, 'end_qst_now');
echo $q->endq((int)$_GET['end_qst_now'], 'end', $user); $qEnd = filter_input(INPUT_GET, 'end_qst');
}
if ($_GET['end_qst']) { if ($qEndNow) echo $q->endq((int)$_GET['end_qst_now'], 'end', $user);
echo $q->winqst((int)$_GET['end_qst'], $user);
} if ($qEnd) echo $q->winqst((int)$_GET['end_qst'], $user);
$qsee = ''; $qsee = '';
$qx = 0; $qx = 0;
$error = '';
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
@ -24,7 +24,7 @@ $qx = 0;
<head> <head>
<title>404</title> <title>404</title>
<meta charset="utf-8"> <meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/hostel.css"/> <link rel="stylesheet" href="css/hostel.css"/>
<style> <style>
div.ctContainerA, div.ctContainerB { div.ctContainerA, div.ctContainerB {
position: relative; position: relative;