aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorAlex Vitkov <alexvitkov98@gmail.com>2021-02-12 12:48:42 +0200
committerAlex Vitkov <alexvitkov98@gmail.com>2021-02-12 12:48:42 +0200
commit138ca9bbcbb6cd16f362c1889fc4ab606a9d7300 (patch)
tree740447e994ff6e1e7d37406fe790315259f33170 /index.php
parentdfcfc5da50c86a936124e820530cb72c93fc1a17 (diff)
downloadfileup-138ca9bbcbb6cd16f362c1889fc4ab606a9d7300.tar.gz
no favicon requests
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 645e31f..f8a1e14 100644
--- a/index.php
+++ b/index.php
@@ -5,6 +5,7 @@
<html>
<head>
<meta charset="utf-8">
+ <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
<title>shady file upload</title> <link rel="stylesheet" type="text/css" href="css/style.css">
</head>