хоть немного приведём в порядок, чтобы не ругался
This commit is contained in:
parent
4af1784f06
commit
a14a001e63
@ -7,16 +7,16 @@ include('config.php');
|
||||
include('functions.php');
|
||||
include('classes/quests_class.php');
|
||||
|
||||
if ($_GET['end_qst_now']) {
|
||||
echo $q->endq((int)$_GET['end_qst_now'], 'end', $user);
|
||||
}
|
||||
$qEndNow = filter_input(INPUT_GET, 'end_qst_now');
|
||||
$qEnd = filter_input(INPUT_GET, 'end_qst');
|
||||
|
||||
if ($_GET['end_qst']) {
|
||||
echo $q->winqst((int)$_GET['end_qst'], $user);
|
||||
}
|
||||
if ($qEndNow) echo $q->endq((int)$_GET['end_qst_now'], 'end', $user);
|
||||
|
||||
if ($qEnd) echo $q->winqst((int)$_GET['end_qst'], $user);
|
||||
|
||||
$qsee = '';
|
||||
$qx = 0;
|
||||
$error = '';
|
||||
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
@ -24,7 +24,7 @@ $qx = 0;
|
||||
<head>
|
||||
<title>404</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="css/hostel.css"/>
|
||||
<link rel="stylesheet" href="css/hostel.css"/>
|
||||
<style>
|
||||
div.ctContainerA, div.ctContainerB {
|
||||
position: relative;
|
||||
|
Loading…
Reference in New Issue
Block a user