server/src/bootstrap/autoload.php
changeset 2 00e2916104fe
parent 1 01a844d292ac
--- a/server/src/bootstrap/autoload.php	Mon Jun 15 19:30:32 2015 +0200
+++ b/server/src/bootstrap/autoload.php	Tue Jun 23 17:01:39 2015 +0200
@@ -27,7 +27,7 @@
 |
 */
 
-$compiledPath = __DIR__.'/../vendor/compiled.php';
+$compiledPath = __DIR__.'/cache/compiled.php';
 
 if (file_exists($compiledPath))
 {