twtxt-frontend/settings.php

13 lines
483 B
PHP

<?php // Settings (most of them will be eliminated soon)
$url="blog.txt"; $url_in_this_server=false;
$name = "Name";
$nick = "luqaska";
$avatar = "";
$description = "Q?";
$ubication = "";
$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>';} ?>