Auto commit: 2025-12-18T00:08:23.757Z
This commit is contained in:
parent
ec07369670
commit
a05604fc8e
@ -40,11 +40,10 @@ if (isset($link_stmt) && $link_stmt instanceof PDOStatement) {
|
||||
Current Category ID: <?php echo htmlspecialchars($debug_current_category_id); ?>
|
||||
Current Category Name: <?php echo htmlspecialchars($debug_current_category_name); ?>
|
||||
Current Links Count: <?php echo htmlspecialchars($debug_current_links_count); ?>
|
||||
Raw Query String: <?php echo htmlspecialchars($_SERVER['QUERY_STRING'] ?? 'Not Set'); ?>
|
||||
SQL Query for links: <?php echo htmlspecialchars($debug_sql_query); ?>
|
||||
</pre>
|
||||
|
||||
<?php session_start(); ?>
|
||||
|
||||
<?php
|
||||
require_once __DIR__ . '/db/config.php';
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user