Overview
Comment:Manque clause d'utilisation de classe
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA1: a5786febac136998f5ccad1dc49e61599a3c5f44
User & Date: bohwaz on 2019-12-17 00:24:55
Other Links: manifest | tags
Context
2019-12-17
11:00
Passage de paramètre au plugin par référence check-in: eafc1ab87c user: bohwaz tags: trunk
00:24
Manque clause d'utilisation de classe check-in: a5786febac user: bohwaz tags: trunk, stable
2019-12-11
13:16
URL du site check-in: 7bbf61e959 user: bohwaz tags: trunk, stable
Changes

Modified src/include/lib/Garradin/Membres/Session.php from [d704d4547a] to [d6d2e2d3bf].

1
2
3
4
5
6
7
8
9

10
11
12
13
14
15
16
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17









+







<?php

namespace Garradin\Membres;

use Garradin\Config;
use Garradin\DB;
use Garradin\Utils;
use Garradin\Membres;
use Garradin\UserException;
use Garradin\Plugin;

use const Garradin\SECRET_KEY;
use const Garradin\WWW_URL;
use const Garradin\ADMIN_URL;

use KD2\Security;
use KD2\Security_OTP;