diff options
Diffstat (limited to '_site/includes/dom/header.php')
-rw-r--r-- | _site/includes/dom/header.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/_site/includes/dom/header.php b/_site/includes/dom/header.php index 7f4bcf5..8022ae3 100644 --- a/_site/includes/dom/header.php +++ b/_site/includes/dom/header.php @@ -29,7 +29,7 @@ function gh_api($api) { 'Content-Type: application/json', "Accept: application/json", "Authorization: token " . json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/admin/credentials.json"), true)["token"], - "User-Agent: Blogchain-Admin/0.0.0 (nekostarfan@gmail.com)" + "User-Agent: UnchainedTech-Admin/0.0.0 (nekostarfan@gmail.com)" )); $result = curl_exec($crl); @@ -51,7 +51,7 @@ function customShutdown() { <!DOCTYPE html> <html> <head> - <title>Something went wrong on Blogchain 🌙</title> + <title>Something went wrong on UnchainedTech 🌙</title> <style> @font-face { @@ -104,7 +104,7 @@ function customShutdown() { <body> <div style='margin-top:50px;text-align: center;'> <h1>Something went wrong <small>(like, for real!)</small></h1> - <p>An error occured and Blogchain cannot load right now. Even us can make mistakes sometimes, and because you are really nice you will <a href='mailto:nekostarfan@gmail.com'>report this bug</a>.</p> + <p>An error occured and UnchainedTech cannot load right now. Even us can make mistakes sometimes, and because you are really nice you will <a href='mailto:nekostarfan@gmail.com'>report this bug</a>.</p> <p>For you, really tech-savvy people, here is that alien language thing you're probably looking for:</p> <pre> #99{$d["type"]}: "; @@ -132,7 +132,7 @@ foreach ($stlines as $stline) { echo("\n at " . $pp2[0] . ":" . $pp2n[0]); } else if ($stline === "{main}") { - echo("\n at Blogchain.\$Core (PHP " . PHP_VERSION . ")"); + echo("\n at UnchainedTech.\$Core (PHP " . PHP_VERSION . ")"); } } @@ -152,7 +152,7 @@ function customError($errno, $errstr, $errfile = "<unknown file>", $errlin <!DOCTYPE html> <html> <head> - <title>Something went wrong on Blogchain 🌙</title> + <title>Something went wrong on UnchainedTech 🌙</title> <style> @font-face { @@ -205,12 +205,12 @@ function customError($errno, $errstr, $errfile = "<unknown file>", $errlin <body> <div style='margin-top:50px;text-align: center;'> <h1>Something went wrong <small>(like, for real!)</small></h1> - <p>An error occured and Blogchain cannot load right now. Even us can make mistakes sometimes, and because you are really nice you will <a href='mailto:nekostarfan@gmail.com'>report this bug</a>.</p> + <p>An error occured and UnchainedTech cannot load right now. Even us can make mistakes sometimes, and because you are really nice you will <a href='mailto:nekostarfan@gmail.com'>report this bug</a>.</p> <p>For you, really tech-savvy people, here is that alien language thing you're probably looking for:</p> <pre> #{$errno}: {$errstr} at {$errfile}:{$errline} - at Blogchain.\$Core (PHP " . PHP_VERSION . ") + at UnchainedTech.\$Core (PHP " . PHP_VERSION . ") </pre> </div> </body> @@ -227,8 +227,8 @@ register_shutdown_function("customShutdown"); <html lang="en"> <head> <meta charset="UTF-8"> - <meta name="description" content="<?= $_DESCRIPTION ?? "A page from Blogchain, a blog made by technology enthusiasts that talks about all sorts of stuff." ?>"> - <title><?= isset($_TITLE) ? $_TITLE . " on Blogchain 🌙" : "Blogchain" ?></title> + <meta name="description" content="<?= $_DESCRIPTION ?? "A page from UnchainedTech, a blog made by technology enthusiasts that talks about all sorts of stuff." ?>"> + <title><?= isset($_TITLE) ? $_TITLE . " on UnchainedTech 🌙" : "UnchainedTech" ?></title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" href="/logo.svg"> <link rel="stylesheet" href="/css/bootstrap.min.css"> @@ -374,7 +374,7 @@ register_shutdown_function("customShutdown"); </head> <body> <nav class="navbar navbar-expand-sm bg-dark navbar-dark"> - <a class="navbar-brand" href="/"><img id="siteicon" src="/logo-alt.svg" width="32px"> <span style="vertical-align: middle;"># blogchain_ <?= $admin ? '<span class="badge badge-secondary">admin</span>' : '' ?></span></a> + <a class="navbar-brand" href="/"><img id="siteicon" src="/logo-alt.svg" width="32px"> <span style="vertical-align: middle;"># unchainedtech_ <?= $admin ? '<span class="badge badge-secondary">admin</span>' : '' ?></span></a> <ul class="navbar-nav"> <li class="nav-item"> |