Cleaned up some code, Replaced robots.txt & sitemap.txt with PHP code, Updated gitignore rules

Update .gitignore, .htaccess, and 11 more files...
This commit is contained in:
2023-11-08 01:04:07 +01:00
parent f14b8d33a6
commit ebba159b43
13 changed files with 113 additions and 212 deletions

View File

@@ -4,6 +4,7 @@ if(basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) {
header('HTTP/1.1 403 Forbidden'); die();
}
// Only being used in 'head' for opengraph data.
$host = "nibblepoker.lu";
$host_uri = "https://nibblepoker.lu";