Update settings.php

This commit is contained in:
Lucas 2021-09-12 15:37:55 -03:00 committed by GitHub
parent 7b89d32bc8
commit 6b315ba30b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,8 @@
<?php // Settings (most of them will be eliminated soon)
$url="https://picoblog.lu700.repl.co/blog.txt";
$nick = "lucas";
$avatar = "https://avatars.githubusercontent.com/u/83518257";
$description = "aaaa"; ?>
$url="blog.txt";
$name = "Name";
$nick = "luqaska";
$avatar = "";
$description = "Q?";
$ubication = "";
$website = ""; // Please! Don't put the protocol (https:// | http://) ?>