diff options
Diffstat (limited to 'public/report')
| -rw-r--r-- | public/report/index.php | 1 | ||||
| -rw-r--r-- | public/report/list.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/public/report/index.php b/public/report/index.php index aef571e..e5014c4 100644 --- a/public/report/index.php +++ b/public/report/index.php @@ -61,6 +61,7 @@ if ($contents == "") { <title><?php echo ($report == null ? "Send a message to MODS" : "A message to MODS") . ' - ' . INSTANCE_NAME ?> </title> <link rel="stylesheet" href="/static/style.css"> + <link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon"> </head> <body> diff --git a/public/report/list.php b/public/report/list.php index 34ddceb..f02731a 100644 --- a/public/report/list.php +++ b/public/report/list.php @@ -32,6 +32,7 @@ $reports = $stmt->fetchAll(PDO::FETCH_ASSOC); <head> <title>Report list - <?php echo INSTANCE_NAME ?></title> <link rel="stylesheet" href="/static/style.css"> + <link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon"> </head> <body> |
