diff options
author | Minteck <contact@minteck.org> | 2023-02-22 22:06:58 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2023-02-22 22:06:58 +0100 |
commit | 6563d542af0930ebb6b2f9b71f2b7538d7467665 (patch) | |
tree | 2d0c1f34382ab3c1fc4a7422cc87be2a5714356e /pages/toys.inc | |
parent | 737f5008f8a4a011c832e83f6b2019d3dc27dbd0 (diff) | |
download | pluralconnect-6563d542af0930ebb6b2f9b71f2b7538d7467665.tar.gz pluralconnect-6563d542af0930ebb6b2f9b71f2b7538d7467665.tar.bz2 pluralconnect-6563d542af0930ebb6b2f9b71f2b7538d7467665.zip |
Updated 8 files (automated)
Diffstat (limited to 'pages/toys.inc')
-rw-r--r-- | pages/toys.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/toys.inc b/pages/toys.inc index 9032944..4c172c6 100644 --- a/pages/toys.inc +++ b/pages/toys.inc @@ -1,5 +1,6 @@ <?php +return; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/init.inc"; global $title; if (isset($_POST['deleteAction'])) { |