1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-01 14:00:08 +02:00

adding feature for creating dummy images, #101

This commit is contained in:
Mikael Roos
2015-09-17 11:22:50 +02:00
parent fd2ddadc44
commit f00b2e0cd3
7 changed files with 238 additions and 41 deletions

View File

@@ -4,3 +4,6 @@
*
*/
require __DIR__ . "/../autoload.php";
define('IMAGE_PATH', __DIR__ . '/../webroot/img/');
define('CACHE_PATH', __DIR__ . '/../cache/');