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:
2016-02-21 19:25:55 +00:00
parent c283362d05
commit 3d39037c5b
12 changed files with 34 additions and 34 deletions

View File

@@ -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",