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');