More renames and updates
authorAlexander Wirt <formorer@debian.org>
Thu, 5 Jan 2012 22:12:32 +0000 (23:12 +0100)
committerAlexander Wirt <formorer@debian.org>
Thu, 5 Jan 2012 22:12:32 +0000 (23:12 +0100)
cheatcodes/index.html [new file with mode: 0644]
cheatcodes/index.php [deleted file]
console/index.html [new file with mode: 0644]
console/index.php [deleted file]
irc/index.php
support/index.html [new file with mode: 0644]
support/index.php [deleted file]

diff --git a/cheatcodes/index.html b/cheatcodes/index.html
new file mode 100644 (file)
index 0000000..c2c5c63
--- /dev/null
@@ -0,0 +1,8 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<title>cheatcodes</title>
+<meta HTTP-EQUIV="REFRESH" content="0; url=http://git.grml.org/?p=grml-live.git;a=blob_plain;f=templates/GRML/grml-cheatcodes.txt;hb=HEAD">
+<body>
+</body>
+</html>
diff --git a/cheatcodes/index.php b/cheatcodes/index.php
deleted file mode 100644 (file)
index 239eed7..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?
-Header("Location: http://git.grml.org/?p=grml-live.git;a=blob_plain;f=templates/GRML/grml-cheatcodes.txt;hb=HEAD");
-exit();
-?>
-
diff --git a/console/index.html b/console/index.html
new file mode 100644 (file)
index 0000000..821c637
--- /dev/null
@@ -0,0 +1,8 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<title>cheatcodes</title>
+<meta HTTP-EQUIV="REFRESH" content="0; url=http://michael-prokop.at/blog/2007/12/22/make-console-work-comfortable/">
+<body>
+</body>
+</html>
diff --git a/console/index.php b/console/index.php
deleted file mode 100644 (file)
index ae47a9a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?
-Header("Location: http://michael-prokop.at/blog/2007/12/22/make-console-work-comfortable/");
-exit();
-?>
-
index c26c8be..43dece9 100644 (file)
@@ -1,5 +1,8 @@
-<?
-Header("Location: http://grml.org/contact/#irc");
-exit();
-?>
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<title>cheatcodes</title>
+<meta HTTP-EQUIV="REFRESH" content="0; url=http://grml.org/contact/#irc">
+<body>
+</body>
+</html>
diff --git a/support/index.html b/support/index.html
new file mode 100644 (file)
index 0000000..3cc7f51
--- /dev/null
@@ -0,0 +1,8 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<title>cheatcodes</title>
+<meta HTTP-EQUIV="REFRESH" content="0; url=http://solutions.grml.org/">
+<body>
+</body>
+</html>
diff --git a/support/index.php b/support/index.php
deleted file mode 100644 (file)
index 736e34e..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<?
-Header("Location: http://solutions.grml.org/");
-exit();
-?>