PHP Classes

File: config.inc.php

Recommend this page to a friend!
  Classes of Allo   Eva Cloud Image   config.inc.php   Download  
File: config.inc.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: Eva Cloud Image
Resize, crop and rotate images
Author: By
Last change:
Date: 11 years ago
Size: 621 bytes
 

Contents

Class file image Download
<?php
return array(
   
//'debug' => false,
    //'error_redirect' => 'http://avnpc.com/pages/evacloudimage',
   
'libPath' => __DIR__ . '/lib', //PHPthumb library path
   
'sourceRootPath' => __DIR__ . '/upload', //original image save path, require path read permission
   
'thumbFileRootPath' => __DIR__ . '/thumb', //resized thumbnails save path, require read and write permission
   
'thumbUrlRootPath' => __DIR__ . '/..' , //thumbnails url root path, require read and write permission
   
'saveImage' => false, //if true, thumbnails will be created and auto save as same directory structure as original images
);