Commit b5e53b2d by Alexander Makarov

fixed advanced app aliases

parent b062f62f
<?php
Yii::setAlias('common', '../');
Yii::setAlias('frontend', '../../frontend');
Yii::setAlias('backend', '../../frontend');
return array(
'adminEmail' => 'admin@example.com',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment