0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
gallery
/
3.0.9-21
/
standard
/
htdocs
/
system
/
config
/
[
Home
]
File: image.php
<?php defined('SYSPATH') OR die('No direct access allowed.'); /** * Image library config * * @package Kohana * @author Kohana Team * @copyright (c) 2007-2009 Kohana Team * @license http://kohanaphp.com/license */ /** * Image driver * * @default: 'GD' */ $config['driver'] = 'GD'; /** * Driver parameters: * ImageMagick - set the "directory" parameter to your ImageMagick installation directory */ $config['params'] = array();