summaryrefslogtreecommitdiff
path: root/_icons
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-06-02 16:31:24 +0200
committerRaindropsSys <contact@minteck.org>2023-06-02 16:31:24 +0200
commitb2dbefbab8a693ab301619389f718623f5176899 (patch)
tree1aebf395edc477375247e61dcc9fa0bccfc10828 /_icons
parent16c315ca4791538bc6d21626183cff3a648ddb2d (diff)
downloaddelta-b2dbefbab8a693ab301619389f718623f5176899.tar.gz
delta-b2dbefbab8a693ab301619389f718623f5176899.tar.bz2
delta-b2dbefbab8a693ab301619389f718623f5176899.zip
Updated 12 files and added 277 files (automated)
Diffstat (limited to '_icons')
-rw-r--r--_icons/index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/_icons/index.php b/_icons/index.php
index 1449557..b8e6235 100644
--- a/_icons/index.php
+++ b/_icons/index.php
@@ -1,6 +1,8 @@
<?php
-$data = []; $api = true; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php";
+if (!isset($_GET["o"])) {
+ $data = []; $api = true; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php";
+}
$palettes = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/themes.json"), true);