From f35123e3d12fbd8c5621a1df3777f69f4dd21023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dzieko=C5=84ski?= Date: Fri, 1 Jul 2022 03:34:37 +0200 Subject: [PATCH] GH-224 Add note about potential removal of externally sourced skins --- ajax/checkSkin.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ajax/checkSkin.php b/ajax/checkSkin.php index f321f617..50b8ddc6 100644 --- a/ajax/checkSkin.php +++ b/ajax/checkSkin.php @@ -6,6 +6,9 @@ use UniEngine\Engine\Modules\Settings; +/** + * @todo Consider removing this functionality, as it might not be the safest thing to do... + */ function checkNetFile($URL) { $File = @file_get_contents($URL.'formate.css');