소스 검색

[IMPORTANT] Path corrections

Alexander Kochetov 12 년 전
부모
커밋
1f8ccd7580
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      requirements.php

+ 1 - 1
requirements.php

@@ -11,7 +11,7 @@
  */
 
 // you may need to adjust this path to the correct Yii framework path
-$frameworkPath = dirname(__FILE__) . '/vendor/yiisoft/yii2/yii';
+$frameworkPath = dirname(__FILE__) . '/vendor/yiisoft/yii2';
 
 if (!is_dir($frameworkPath)) {
 	echo '<h1>Error</h1>';