wp/wp-content/themes/IN-MOTION-package-u1/in-motion/scripts/timthumb-config.php
changeset 0 d970ebf37754
child 12 d8a8807227e4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-content/themes/IN-MOTION-package-u1/in-motion/scripts/timthumb-config.php	Wed Nov 06 03:21:17 2013 +0000
@@ -0,0 +1,16 @@
+<?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'
+);
+