wp/wp-content/themes/IN-MOTION-package-u1/in-motion/scripts/timthumb-config.php
author ymh <ymh.work@gmail.com>
Wed, 16 Oct 2019 11:23:38 +0200
changeset 14 00ac8f60d73f
parent 12 d8a8807227e4
permissions -rw-r--r--
remove unused plugins

<?php
define ('ALLOW_EXTERNAL', TRUE);
define ('ALLOW_ALL_EXTERNAL_SITES', true);
$ALLOWED_SITES = array (
    'flickr.com',
    'staticflickr.com',
    'picasa.com',
    'img.youtube.com',
    'upload.wikimedia.org',
    'photobucket.com',
    'imgur.com',
    'imageshack.us',
    'tinypic.com',
    'enmi-conf.org',
    'enmi-conf.test'
);