Rename all the "informations" to "information"
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2513 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -39,7 +39,7 @@ class authparams
|
||||
}
|
||||
}
|
||||
|
||||
/** Get informations from $POST variables */
|
||||
/** Get information from $POST variables */
|
||||
public function post()
|
||||
{
|
||||
if (!isset ($_POST["email"]) || !isset ($_POST["password"]))
|
||||
@@ -48,7 +48,7 @@ class authparams
|
||||
"password"=>$_POST["password"]);
|
||||
}
|
||||
|
||||
/** Get informations from previous recorded session */
|
||||
/** Get information from previous recorded session */
|
||||
public function session()
|
||||
{
|
||||
if (!isset ($_SESSION))
|
||||
@@ -60,7 +60,7 @@ class authparams
|
||||
"password"=>$_SESSION["domframework"]["auth"]["password"]);
|
||||
}
|
||||
|
||||
/** Get informations from a HTTP authentication */
|
||||
/** Get information from a HTTP authentication */
|
||||
public function http()
|
||||
{
|
||||
$realm = dgettext("domframework",
|
||||
|
||||
Reference in New Issue
Block a user