Update settings.php

This commit is contained in:
Lucas 2021-09-12 18:02:07 -03:00 committed by GitHub
parent fdc9ee7807
commit cb4ab42f55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -5,4 +5,8 @@ $nick = "luqaska";
$avatar = "";
$description = "Q?";
$ubication = "";
$website = ""; // Please! Don't put the protocol (https:// | http://) ?>
$website = ""; // Please! Don't put the protocol (https:// | http://)
// Defaulters
if($name==false){$name=$nick;}if($avatar==false){$avatar='data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>👤</text></svg>';} ?>