summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Stocker <me@chregu.tv>2011-02-22 11:21:06 +0100
committerChristian Stocker <me@chregu.tv>2011-02-22 11:21:06 +0100
commitd3dd5da5b298719da77ef8b607c72b0fbd4818ff (patch)
tree522e6527666c6ae817205407a22dd1e691e62f63
parent9cf7b8c65a5334bd0968152aa7dbe4f9445b81a8 (diff)
downloadGoogleAuthenticator.php-d3dd5da5b298719da77ef8b607c72b0fbd4818ff.zip
GoogleAuthenticator.php-d3dd5da5b298719da77ef8b607c72b0fbd4818ff.tar.gz
GoogleAuthenticator.php-d3dd5da5b298719da77ef8b607c72b0fbd4818ff.tar.bz2
some less cluttered HTML
-rw-r--r--web/index.php9
1 files changed, 3 insertions, 6 deletions
diff --git a/web/index.php b/web/index.php
index 36f6fb7..f7a938e 100644
--- a/web/index.php
+++ b/web/index.php
@@ -3,13 +3,10 @@ ob_start(); //i'm too lazy to check when is sent what ;)
//set session cookie to be read only via http and not by JavaScript
ini_set("session.cookie_httponly", 1);
?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE HTML>
+<html>
<head>
-<meta name="generator" content=
-"HTML Tidy for Mac OS X (vers 31 October 2006 - Apple Inc. build 15.3.6), see www.w3.org" />
-<title></title>
+<title>Google Authenticator in PHP demo</title>
</head>
<body>
<?php