diff options
author | Christian Stocker <me@chregu.tv> | 2011-02-22 11:21:06 +0100 |
---|---|---|
committer | Christian Stocker <me@chregu.tv> | 2011-02-22 11:21:06 +0100 |
commit | d3dd5da5b298719da77ef8b607c72b0fbd4818ff (patch) | |
tree | 522e6527666c6ae817205407a22dd1e691e62f63 | |
parent | 9cf7b8c65a5334bd0968152aa7dbe4f9445b81a8 (diff) | |
download | GoogleAuthenticator.php-d3dd5da5b298719da77ef8b607c72b0fbd4818ff.zip GoogleAuthenticator.php-d3dd5da5b298719da77ef8b607c72b0fbd4818ff.tar.gz GoogleAuthenticator.php-d3dd5da5b298719da77ef8b607c72b0fbd4818ff.tar.bz2 |
some less cluttered HTML
-rw-r--r-- | web/index.php | 9 |
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 |