mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
charset and badchars
This commit is contained in:
@@ -1,23 +1,19 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/resize_handler.php,v $
|
||||
| $Revision: 1.11 $
|
||||
| $Date: 2009-09-19 20:46:08 $
|
||||
| $Author: e107steved $
|
||||
|
|
||||
|
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
* e107 website system
|
||||
*
|
||||
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||
* Released under the terms and conditions of the
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
*
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_handlers/resize_handler.php,v $
|
||||
* $Revision: 1.12 $
|
||||
* $Date: 2009-11-12 15:11:16 $
|
||||
* $Author: marj_nl_fr $
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
// Given an image file name, return the mime type string. Returns FALSE if invalid
|
||||
|
Reference in New Issue
Block a user