KD2 Framework  Check-in [eaa51b174b]

Overview
Comment:Namespace change
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 7.3
Files: files | file ages | folders
SHA1: eaa51b174b8ead5e3c68576cb31edbc3e727ba1b
User & Date: bohwaz on 2020-01-20 21:54:31
Other Links: branch diff | manifest | tags
Context
2020-01-20
21:54
Get a bit more of the arguments content check-in: 395e9e1ae4 user: bohwaz tags: 7.3
21:54
Namespace change check-in: eaa51b174b user: bohwaz tags: 7.3
2020-01-17
12:50
DB: this PDO flag doesn't exist until PHP 7.4 check-in: 78998f320d user: bohwaz tags: 7.3
Changes

Modified src/lib/KD2/UserSession.php from [7ba6eb84ac] to [2904203218].

23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
 * UserSession
 *
 * @author  bohwaz  http://bohwaz.net/
 */

namespace KD2;

use KD2\DB;
use KD2\QRCode;
use KD2\Security_OTP;

class UserSession
{
	////////////////////////////////////////////////////////////////////////////
	// Methods and properties that should be reimplemented in the child class







|







23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
 * UserSession
 *
 * @author  bohwaz  http://bohwaz.net/
 */

namespace KD2;

use KD2\DB\DB;
use KD2\QRCode;
use KD2\Security_OTP;

class UserSession
{
	////////////////////////////////////////////////////////////////////////////
	// Methods and properties that should be reimplemented in the child class