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

rearranged Makefile

This commit is contained in:
Mikael Roos
2017-03-03 21:01:37 +01:00
parent 081601ebbb
commit 1bd8965535
15 changed files with 787 additions and 4587 deletions

View File

@@ -3,7 +3,7 @@
* Get all configuration details to be able to execute the test suite.
*
*/
require __DIR__ . "/../autoload.php";
require __DIR__ . "/../vendor/autoload.php";
if (!defined("IMAGE_PATH")) {
define("IMAGE_PATH", __DIR__ . "/../webroot/img/");