wp/wp-content/themes/IN-MOTION-package-u1/in-motion/scripts/timthumb-config.php
author ymh <ymh.work@gmail.com>
Fri, 05 Sep 2025 18:40:08 +0200
changeset 21 48c4eec2b7e6
parent 12 d8a8807227e4
permissions -rw-r--r--
Add CLAUDE.md documentation and sync WordPress core files - Add comprehensive CLAUDE.md documentation file with project architecture, development setup, database operations, WordPress CLI usage, file sync procedures, and Mercurial commands - Update WordPress core files from wordpress/ to wp/ directory - Sync latest WordPress admin interface, includes, and core functionality - Update plugins: portfolio plugin with latest BWS framework and fancybox integration - Maintain custom configuration and theme files 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
<?php
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
define ('ALLOW_EXTERNAL', TRUE);
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
define ('ALLOW_ALL_EXTERNAL_SITES', true);
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
$ALLOWED_SITES = array (
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
    'flickr.com',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
    'staticflickr.com',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
    'picasa.com',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
    'img.youtube.com',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
    'upload.wikimedia.org',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
    'photobucket.com',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
    'imgur.com',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
    'imageshack.us',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
    'tinypic.com',
12
d8a8807227e4 upgrade portofolio
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
    14
    'enmi-conf.org',
d8a8807227e4 upgrade portofolio
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
    15
    'enmi-conf.test'
0
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
);
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    17