Skip to content

Commit

Permalink
Updated base path
Browse files Browse the repository at this point in the history
  • Loading branch information
onyijne committed May 17, 2019
1 parent 42cf7f4 commit 23d6731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$root = '/var/www/ovy';
$root = dirname(__DIR__);
// comment out the following two lines when deployed to production
defined('YII_DEBUG') or define('YII_DEBUG', true);
defined('YII_ENV') or define('YII_ENV', 'dev');
Expand Down

0 comments on commit 23d6731

Please sign in to comment.