This commit is contained in:
Marc Delisle
2006-08-27 11:38:04 +00:00
parent 1102be3a47
commit b0991535cd

View File

@@ -4,8 +4,8 @@
// Single signon for phpMyAdmin // Single signon for phpMyAdmin
// //
// This is just example how to use signle signon with phpMyAdmin, it is // This is just example how to use single signon with phpMyAdmin, it is
// not intented to be perfect code and look, only shows how you can // not intended to be perfect code and look, only shows how you can
// integrate this functionality in your application. // integrate this functionality in your application.
/* Was data posted? */ /* Was data posted? */
@@ -35,7 +35,7 @@ if (isset($_POST['user'])) {
<head> <head>
<link rel="icon" href="../favicon.ico" type="image/x-icon" /> <link rel="icon" href="../favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<title>phpMyAdmin signle signon example</title> <title>phpMyAdmin single signon example</title>
<html> <html>
<body> <body>
<form action="signon.php" method="post"> <form action="signon.php" method="post">