@@ -157,11 +157,11 @@ |
||
| 157 | 157 | ]; |
| 158 | 158 | |
| 159 | 159 | /** |
| 160 | - * Lists the RADIUS servers. They have a built-in DB to log auth requests. |
|
| 161 | - * We need to query those to get auth stats for silverbullet admins |
|
| 162 | - * |
|
| 163 | - * @var array |
|
| 164 | - */ |
|
| 160 | + * Lists the RADIUS servers. They have a built-in DB to log auth requests. |
|
| 161 | + * We need to query those to get auth stats for silverbullet admins |
|
| 162 | + * |
|
| 163 | + * @var array |
|
| 164 | + */ |
|
| 165 | 165 | const DB = [ |
| 166 | 166 | // names don't matter - the source code will iterate through |
| 167 | 167 | // all entries |
@@ -19,7 +19,7 @@ |
||
| 19 | 19 | * License: see the web/copyright.inc.php file in the file structure or |
| 20 | 20 | * <base_url>/copyright.php after deploying the software |
| 21 | 21 | */ |
| 22 | - ?> |
|
| 22 | + ?> |
|
| 23 | 23 | <script> |
| 24 | 24 | var L_OK = <?php echo \core\common\Entity::L_OK ?>; |
| 25 | 25 | var L_WARN = <?php echo \core\common\Entity::L_WARN ?>; |