@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @copyright Copyright (c) 2015 WritesDown |
|
5 | - * @license http://www.writesdown.com/license/ |
|
6 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @copyright Copyright (c) 2015 WritesDown |
|
5 | + * @license http://www.writesdown.com/license/ |
|
6 | + */ |
|
7 | 7 | |
8 | 8 | namespace backend\controllers; |
9 | 9 |
@@ -60,7 +60,7 @@ |
||
60 | 60 | [ |
61 | 61 | 'actions' => ['signup'], |
62 | 62 | 'allow' => true, |
63 | - 'matchCallback' => function () { |
|
63 | + 'matchCallback' => function() { |
|
64 | 64 | return Option::get('allow_signup') && Yii::$app->user->isGuest; |
65 | 65 | }, |
66 | 66 | ], |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @copyright Copyright (c) 2015 WritesDown |
|
5 | - * @license http://www.writesdown.com/license/ |
|
6 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @copyright Copyright (c) 2015 WritesDown |
|
5 | + * @license http://www.writesdown.com/license/ |
|
6 | + */ |
|
7 | 7 | |
8 | 8 | namespace backend\controllers; |
9 | 9 |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @copyright Copyright (c) 2015 WritesDown |
|
5 | - * @license http://www.writesdown.com/license/ |
|
6 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @copyright Copyright (c) 2015 WritesDown |
|
5 | + * @license http://www.writesdown.com/license/ |
|
6 | + */ |
|
7 | 7 | |
8 | 8 | namespace backend\controllers; |
9 | 9 |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @copyright Copyright (c) 2015 WritesDown |
|
5 | - * @license http://www.writesdown.com/license/ |
|
6 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @copyright Copyright (c) 2015 WritesDown |
|
5 | + * @license http://www.writesdown.com/license/ |
|
6 | + */ |
|
7 | 7 | |
8 | 8 | namespace backend\controllers; |
9 | 9 |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use backend\assets\AppAsset; |
10 | 10 | use yii\helpers\Html; |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use cebe\gravatar\Gravatar; |
10 | 10 | use codezeen\yii2\adminlte\widgets\Menu; |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use codezeen\yii2\adminlte\widgets\Alert; |
10 | 10 | use yii\helpers\Html; |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | ?> |
9 | 9 | <script id="template-details" type="text/x-tmpl"> |
10 | 10 | <h3><?= Yii::t('writesdown', 'Media Details') ?></h3> |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | ?> |
9 | 9 | <script id="template-download" type="text/x-tmpl"> |
10 | 10 | {% if (o.files) { %} |