Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/signon.php')
-rw-r--r--scripts/signon.php18
1 files changed, 10 insertions, 8 deletions
diff --git a/scripts/signon.php b/scripts/signon.php
index 2231b627c8..da6bf0607c 100644
--- a/scripts/signon.php
+++ b/scripts/signon.php
@@ -1,12 +1,14 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
-/* $Id$ */
-
-// Single signon for phpMyAdmin
-//
-// This is just example how to use single signon with phpMyAdmin, it is
-// not intended to be perfect code and look, only shows how you can
-// integrate this functionality in your application.
+/**
+ * Single signon for phpMyAdmin
+ *
+ * This is just example how to use single signon with phpMyAdmin, it is
+ * not intended to be perfect code and look, only shows how you can
+ * integrate this functionality in your application.
+ *
+ * @version $Id$
+ */
/* Was data posted? */
if (isset($_POST['user'])) {
@@ -28,7 +30,7 @@ if (isset($_POST['user'])) {
/* Show simple form */
header('Content-Type: text/html; charset=utf-8');
echo '<?xml version="1.0" encoding="utf-8"?>' . "\n";
-?>
+ ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">