mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 01:42:29 +02:00
*** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@14 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
$tab_ext_create_TN = array ( 'jpg', 'png' );
|
||||
$tab_ext_create_TN = array ( 'jpg', 'png', 'JPG', 'PNG' );
|
||||
|
||||
function is_image( $filename, $create_thumbnail = false )
|
||||
{
|
||||
global $conf;
|
||||
global $conf, $tab_ext_create_TN;
|
||||
|
||||
if ( is_file ( $filename ) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user