We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f2d8fe + eeef282 commit ac3d436Copy full SHA for ac3d436
app/Models/User.php
@@ -166,7 +166,6 @@ public function linkWithCkey($byond_key)
166
167
$sanitized_key = Helpers::sanitize_ckey($byond_key);
168
$this->byond_key = $sanitized_key;
169
- $this->byond_linked = True;
170
$this->save();
171
172
//Update the forum
resources/views/layouts/app.blade.php
@@ -244,7 +244,7 @@
244
</body>
245
<footer>
246
<div class="footer navbar-fixed-bottom">
247
- <small><p class="text-muted">Aurora Webinterface - Licensed under the AGPL - Version 0.43.0</p></small>
+ <small><p class="text-muted">Aurora Webinterface - Licensed under the AGPL - Version 0.43.1</p></small>
248
</div>
249
</footer>
250
</html>
0 commit comments