aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/wiki/dok.php
diff options
context:
space:
mode:
authorM.Gergo2019-03-08 21:20:34 +0100
committerM.Gergo2019-03-08 21:20:34 +0100
commitf51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0 (patch)
treee13e60e4b94a3b58f1e2bfbe271102c8f04b67bd /mayor-orig/wiki/dok.php
parentc76a004b0135786f2742283f8d5f917106f58bd8 (diff)
downloadmayor-f51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0.tar.gz
mayor-f51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0.zip
további rendrakás
Diffstat (limited to 'mayor-orig/wiki/dok.php')
-rw-r--r--mayor-orig/wiki/dok.php28
1 files changed, 0 insertions, 28 deletions
diff --git a/mayor-orig/wiki/dok.php b/mayor-orig/wiki/dok.php
deleted file mode 100644
index 7cbb8ff9..00000000
--- a/mayor-orig/wiki/dok.php
+++ /dev/null
@@ -1,28 +0,0 @@
-<?php
-
- // Ez egy redirector...
-
-
-if (file_exists($_SERVER["DOCUMENT_ROOT"].'/wiki/doku.php')) {
-
- header('Location:'.str_replace('dok.php','doku.php',$_SERVER['REQUEST_URI']));
-
-} else {
- header('Refresh: 5,http://wiki.mayor.hu/'.str_replace('/wiki/dok.php','doku.php',$_SERVER['REQUEST_URI']));
-
- echo '<?xml version="1.0" encoding="utf-8"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="hu">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Átirányítás</title>
- </head>
- <body>';
-
- echo '<h1>Átirányítás</h1>';
- echo '<p>Nincs helyi Help modul telepítve, ezért másodperceken belül átirányítjuk a http://wiki.mayor.hu központi help oldalra...</p>';
-
- echo '</body></head>';
-}
-
-?>