Maurício Meneghini Fauth
e9ec9e8b71
Replace rand functions with random_int
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-09-27 19:05:42 -03:00
William Desportes
4f42cc8695
Merge branch 'QA_5_0'
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-07-29 12:03:32 +02:00
William Desportes
f5440f8c76
Fix #16058 - Update examples
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-07-29 11:35:27 +02:00
Maurício Meneghini Fauth
3baad2eb1c
Fix some coding standard issues
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-05-25 22:42:37 -03:00
Maurício Meneghini Fauth
dfc53f3def
Remove inline HTML
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-05-25 18:16:48 -03:00
William Desportes
3ff5a46ce9
#16001 - add autocomplete attributes on signon example
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-03-10 21:30:06 +01:00
Maurício Meneghini Fauth
585fdaea5a
Fix PHP doc spacing and order
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-20 18:07:37 -03:00
Maurício Meneghini Fauth
f80d3e3bd4
Remove unnecessary annotations
...
@package, @subpackage and others.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-20 17:35:56 -03:00
Maurício Meneghini Fauth
1a14b3e4d3
Remove vim modelines
...
These settings are no longer required as they are guaranteed through
other coding standard tools.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-09-02 09:43:21 -03:00
Maurício Meneghini Fauth
9eba565bf4
Remove unnecessary HTML closing tags
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-12-19 00:12:54 -02:00
Maurício Meneghini Fauth
b9c0463d96
Use short array syntax instead of long array syntax
...
Replaces array() with [].
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-05-30 01:42:21 -03:00
Maurício Meneghini Fauth
af148ad92b
Enable strict mode in PHP files
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-05-16 04:36:04 -03:00
Maurício Meneghini Fauth
c65e9c330e
Remove @ operator from ini_set()
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-03-01 22:36:35 -03:00
Michal Čihař
aa1cb197f5
Merge branch 'QA_4_7'
2017-10-20 11:25:28 +02:00
Michal Čihař
f2dcdfff50
Do not hardcode secure flag in examples
...
We can not assume that setup will be https by default, so having false
as default is safer.
Fixes #13758
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-10-20 11:24:00 +02:00
Michal Čihař
4dde55b10c
Change example script to use cookies for session
...
Issue #13630
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-09-28 16:02:26 +02:00
Michal Čihař
8095b837fa
Hide session error messages to avoid FPD
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-07-12 12:38:32 +02:00
Isaac Bennetch
c4a595357f
Add Secure and HttpOnly flags for session cookie setup in examples
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2016-07-10 22:35:38 -04:00
Marc Delisle
357b1b4757
Remove some unnecessary string concatenations
...
https://github.com/dseguy/clearPHP/blob/master/rules/no-unnecessary-string-concatenation.md
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-12-04 09:05:42 -05:00
Michal Čihař
064e45c878
Correct params to session_set_cookie_params
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-08 10:48:09 +02:00
Marc Delisle
8d43cedeff
bug #4364 examples/signon.php does not support the SessionSavePath directive
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-04-30 08:30:11 -04:00
Michal Čihař
534bbc7e48
Various coding style improvements in examples
2013-05-02 10:47:41 +02:00
Michal Čihař
5370d0d6c3
Fix spacing of @package used together with @subpackage
2012-05-02 11:29:34 +02:00
Jo Michael
653f086815
Replaced xml:lang attributes by lang for HTML5
2012-03-18 14:46:59 +01:00
Jo Michael
af0e6c71e7
Use HTML5 DOCTYPE along with new charset meta-tag
2012-03-16 22:54:32 +01:00
Michal Čihař
850b202e82
Move signon and openid examples to examples folder
2012-02-13 13:29:31 +01:00