summaryrefslogtreecommitdiff
path: root/kohana/config/image.php
diff options
context:
space:
mode:
Diffstat (limited to 'kohana/config/image.php')
-rw-r--r--kohana/config/image.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/kohana/config/image.php b/kohana/config/image.php
deleted file mode 100644
index e38b7cb2..00000000
--- a/kohana/config/image.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php defined('SYSPATH') OR die('No direct access allowed.');
-/**
- * @package Image
- *
- * Driver name. Default: GD
- */
-$config['driver'] = 'GD';
-
-/**
- * Driver parameters:
- * ImageMagick - set the "directory" parameter to your ImageMagick installation directory
- */
-$config['params'] = array(); \ No newline at end of file