wp/wp-content/themes/IN-MOTION-package-u1/in-motion/scripts/timthumb-config.php
author ymh <ymh.work@gmail.com>
Tue, 15 Dec 2020 13:49:49 +0100
changeset 16 a86126ab1dd4
parent 12 d8a8807227e4
permissions -rw-r--r--
update enmi-conf

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