first
This commit is contained in:
0
_core/opensrc/timthumb/cache/index.html
vendored
Normal file
0
_core/opensrc/timthumb/cache/index.html
vendored
Normal file
0
_core/opensrc/timthumb/cache/timthumb_cacheLastCleanTime.touch
vendored
Normal file
0
_core/opensrc/timthumb/cache/timthumb_cacheLastCleanTime.touch
vendored
Normal file
BIN
_core/opensrc/timthumb/cache/timthumb_int_47f62f721834b34b81e176eca010a125.timthumb.txt
vendored
Normal file
BIN
_core/opensrc/timthumb/cache/timthumb_int_47f62f721834b34b81e176eca010a125.timthumb.txt
vendored
Normal file
Binary file not shown.
1267
_core/opensrc/timthumb/thumb.php
Normal file
1267
_core/opensrc/timthumb/thumb.php
Normal file
File diff suppressed because it is too large
Load Diff
40
_core/opensrc/timthumb/timthumb-config.php
Normal file
40
_core/opensrc/timthumb/timthumb-config.php
Normal file
@@ -0,0 +1,40 @@
|
||||
<?php
|
||||
/**
|
||||
* TimThumb by Ben Gillbanks and Mark Maunder
|
||||
* Based on work done by Tim McDaniels and Darren Hoyt
|
||||
* http://code.google.com/p/timthumb/
|
||||
*
|
||||
* GNU General Public License, version 2
|
||||
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||
*
|
||||
* Examples and documentation available on the project homepage
|
||||
* http://www.binarymoon.co.uk/projects/timthumb/
|
||||
*/
|
||||
|
||||
/*
|
||||
-----TimThumb CONFIGURATION-----
|
||||
You can either edit the configuration variables manually here, or you can
|
||||
create a file called timthumb-config.php and define variables you want
|
||||
to customize in there. It will automatically be loaded by timthumb.
|
||||
This will save you having to re-edit these variables everytime you download
|
||||
a new version of timthumb.
|
||||
|
||||
*/
|
||||
|
||||
define ('FILE_CACHE_DIRECTORY', '../../../_tmp/cache/timthumb'); // Directory where images are cached. Left blank it will use the system temporary directory (which is better for security)
|
||||
|
||||
if(! isset($ALLOWED_SITES)){
|
||||
$ALLOWED_SITES = array (
|
||||
'flickr.com',
|
||||
'picasa.com',
|
||||
'img.youtube.com',
|
||||
'upload.wikimedia.org',
|
||||
'photobucket.com',
|
||||
'imgur.com',
|
||||
'imageshack.us',
|
||||
'tinypic.com',
|
||||
'bizzthemes.com'
|
||||
);
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user