diff --git a/.links.db b/.links.db index fd668df..151f06a 100644 Binary files a/.links.db and b/.links.db differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..d43ca76 --- /dev/null +++ b/index.html @@ -0,0 +1,39 @@ + + + + + + FWDekker + + + + + +
+

FWDekker

+ About fwdkr.co

+ You've arrived at this page because you typed or linked to "fwdkr.co", the URL shortcut for + fwdekker.com.

+ + Whenever you see a "fwdkr.co" link, you can trust that it will always take you to a website affiliated with + FWDekker. +
+ + diff --git a/index.php b/index.php index 118e7cb..6da244d 100644 --- a/index.php +++ b/index.php @@ -16,9 +16,8 @@ $db->close(); if ($result) { $target = $result["target"]; header("Location: {$target}"); -// print("Redirecting to {$target}"); exit(); } -print("No redirect necessary"); +include("index.html");