Tariqa  3.0
 All Data Structures Namespaces Files Functions Variables Enumerations
D:/documents/tariqa/trunk/public/www/themes/default/wysiwyg/addons/imagelibrary/config.inc.php File Reference

Variables

 $imagebasedir = '../../uploads'
 $imagebaseurl = 'uploads'
 $browsedirs = true
 $allowuploads = true
 $overwrite = false
 $supportedextentions
 $filetypes

Variable Documentation

$allowuploads = true
$browsedirs = true
$filetypes
Initial value:
 array (
        'png' => 'jpg.gif',
        'jpeg' => 'jpg.gif',
        'bmp' => 'jpg.gif',
        'jpg' => 'jpg.gif', 
        'gif' => 'gif.gif',
        'psd' => 'psd.gif',
)
$imagebasedir = '../../uploads'
$imagebaseurl = 'uploads'
$overwrite = false
$supportedextentions
Initial value:
 array(
        'gif', 
        'png', 
        'jpeg', 
        'jpg',
        'bmp'
)