mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
fix medal page login check
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
require "../include/bittorrent.php";
|
||||
|
||||
dbconn();
|
||||
loggedinorreturn();
|
||||
$query = \App\Models\Medal::query()->where('display_on_medal_page', 1);
|
||||
$q = htmlspecialchars($_REQUEST['q'] ?? '');
|
||||
if (!empty($q)) {
|
||||
|
||||
Reference in New Issue
Block a user