diff --git a/classes/imagetools.class.php b/classes/imagetools.class.php index f4cb51bb..87cc0219 100644 --- a/classes/imagetools.class.php +++ b/classes/imagetools.class.php @@ -185,7 +185,7 @@ public static function process($Url, $Thumb = false) { } if (check_perms('site_proxy_images')) { - // $ProcessedUrl = self::proxy_url($ProcessedUrl); + $ProcessedUrl = self::proxy_url($ProcessedUrl); } self::store($Url . ($Thumb ? '_thumb' : ''), $ProcessedUrl); diff --git a/sections/rules/upload.php b/sections/rules/upload.php index 2aa2767b..a6da4e1c 100644 --- a/sections/rules/upload.php +++ b/sections/rules/upload.php @@ -156,7 +156,7 @@
  • ↑_ 2.1.7. Use only the allowed container formats for audio files. Use .m4a and .mp4 for AAC, and .flac for FLAC only. All other formats should not be encapsulated in random containers (e.g., FLAC must not be in an Ogg container, MP3 must not be in an .m4a container, and so forth). Exceptions: DTS CD-sourced audio rips, although contained in WAV, should have the .dts extension (see 2.7).