Actualizar 'general.php'

This commit is contained in:
~lucas 2021-03-31 21:23:27 +00:00
parent b15b8852c6
commit 40fff8efa3
1 changed files with 11 additions and 1 deletions

View File

@ -1 +1,11 @@
<?php ?>
<?php
$WEBSITE_NAME = "Lucasgram";
$WEBSITE_PROFILE_URL = "";
$WEBSITE_WEBSITE = "http://ctrl-c.club/~lucas";
$WEBSITE_DESCRIPTION = "Lucasgram of the creator of Nanoiweb";
$WEBSITE_EMAIL = "";
$WEBSITE_HTACCESS = False;
$WEBSITE_UTTERANCES = True;
$WEBSITE_UTTERANCES_SCRIPT = '<script src="https://utteranc.es/client.js" repo="absucc/lgrmcmts" issue-term="url" theme="photon-dark" crossorigin="anonymous" async></script>';
?>