Removed dot from framework path

This commit is contained in:
Luciano Baraglia 2013-05-26 19:22:40 -03:00
parent 516f16efb5
commit e0f5ccd0e7

View File

@ -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/yii';
if (!is_dir($frameworkPath)) {
echo '<h1>Error</h1>';