Commit b121ecca authored by Shakarim Sapa's avatar Shakarim Sapa

new Testing Commit

parent ac79fe2c
...@@ -80,6 +80,7 @@ class SiteController extends Controller ...@@ -80,6 +80,7 @@ class SiteController extends Controller
public function actionLogin1() public function actionLogin1()
{ {
if (!Yii::app()->user->isGuest) if (!Yii::app()->user->isGuest)
{ {
throw new CException('Вы уже авторизованы!'); throw new CException('Вы уже авторизованы!');
......
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