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

intermediate

This commit is contained in:
Mikael Roos
2015-12-11 10:07:16 +01:00
parent 276f46fce2
commit cf2fc3de4f
4 changed files with 24 additions and 9 deletions

View File

@@ -5,5 +5,10 @@
*/
require __DIR__ . "/../autoload.php";
define('IMAGE_PATH', __DIR__ . '/../webroot/img/');
define('CACHE_PATH', __DIR__ . '/../cache/');
if (!defined("IMAGE_PATH")) {
define("IMAGE_PATH", __DIR__ . "/../webroot/img/");
}
if (!defined("CACHE_PATH")) {
define("CACHE_PATH", __DIR__ . "/../cache/");
}