Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dp committed Mar 26, 2015
1 parent 7b150b4 commit 042e4de
Show file tree
Hide file tree
Showing 8 changed files with 358 additions and 354 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion Resource/web/index.php → Web/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@
* @since 0.0
*/

require_once '../app.php';
define('VENDOR_DIR', dirname(dirname(__DIR__)) . '/_vendor/Ice/');

require_once dirname(__DIR__) . '/app.php';
File renamed without changes.
4 changes: 3 additions & 1 deletion cli
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@
* @since 0.0
*/

require_once 'app.php';
define('VENDOR_DIR', dirname(__DIR__) . '/_vendor/Ice/');

require_once __DIR__ . '/app.php';
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"config": {
"vendor-dir": "../_vendor"
"vendor-dir": "../_vendor/Ice"
},
"autoload": {
"psr-4": {"Ice\\": "Source/Ice/"},
Expand Down
Loading

0 comments on commit 042e4de

Please sign in to comment.