1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-21 07:11:24 +02:00

prepare to test

This commit is contained in:
Mikael Roos
2016-08-08 09:29:26 +02:00
parent c637fa23ef
commit b1d0cb1506
16 changed files with 1273 additions and 594 deletions

View File

@@ -29,14 +29,12 @@ return array(
/**
* Where are the sources for the class files.
* Where to find the autoloader.
*
* Default values:
* autoloader: null // used from v0.6.2
* cimage_class: null // used until v0.6.1
* autoloader: null
*/
'autoloader' => __DIR__ . '/../autoload.php',
//'cimage_class' => __DIR__ . '/../CImage.php',
@@ -63,7 +61,7 @@ return array(
* Default values:
* fast_track_allow: false
*/
'fast_track_allow' => true,
//'fast_track_allow' => true,