Skip to content

Commit

Permalink
GH-224 Add note about potential removal of externally sourced skins
Browse files Browse the repository at this point in the history
  • Loading branch information
mdziekon committed Jul 1, 2022
1 parent bc9a381 commit f35123e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ajax/checkSkin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit f35123e

Please sign in to comment.