diff options
author | RaindropsSys <raindrops@equestria.dev> | 2023-11-18 11:34:36 +0100 |
---|---|---|
committer | RaindropsSys <raindrops@equestria.dev> | 2023-11-18 11:34:36 +0100 |
commit | 9337aae8b1c87fad34884dacd5cd79d9591c60db (patch) | |
tree | 5340f9fa67cd6236e4c879f0057d51d0b1e21361 /error.php | |
parent | 953ddd82e48dd206cef5ac94456549aed13b3ad5 (diff) | |
download | pluralconnect-9337aae8b1c87fad34884dacd5cd79d9591c60db.tar.gz pluralconnect-9337aae8b1c87fad34884dacd5cd79d9591c60db.tar.bz2 pluralconnect-9337aae8b1c87fad34884dacd5cd79d9591c60db.zip |
Updated 39 files, added 86 files, deleted 40 files and renamed 2 files (automated)
Diffstat (limited to 'error.php')
-rw-r--r-- | error.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,12 +9,12 @@ <html lang="en"> <head> <meta charset="UTF-8"> - <title>500 Internal server error · Cold Haze</title> + <title>500 Internal server error · Ponycule</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> - <link rel="shortcut icon" href="/assets/logo/newlogo.png" type="image/png"> + <link rel="shortcut icon" href="/assets/logo/newlogo-ng.png" type="image/png"> <style> html, body { background: black; @@ -55,7 +55,7 @@ </div> <hr> <pre> - Cold Haze crash report + Ponycule/CH crash report ====================== Code <?= $level ?> [<?php |