twtxt-frontend/settings.php

13 lines
483 B
PHP
Raw Permalink Normal View History

2021-09-10 22:32:51 +00:00
<?php // Settings (most of them will be eliminated soon)
2021-09-12 21:22:09 +00:00
$url="blog.txt"; $url_in_this_server=false;
2021-09-12 18:37:55 +00:00
$name = "Name";
$nick = "luqaska";
$avatar = "";
$description = "Q?";
$ubication = "";
2021-09-12 21:02:07 +00:00
$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>';} ?>