Overview
Comment:Correction : ADMIN_URL est dans un autre namespace
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA1: 4fd085ee542d3b384f655f12fa0236f9d3bc21fb
User & Date: bohwaz on 2018-01-10 09:21:28
Other Links: manifest | tags
Context
2018-01-19
22:13
Correction id_membre ambigu check-in: 63b302db2e user: bohwaz tags: trunk, stable
2018-01-10
09:21
Correction : ADMIN_URL est dans un autre namespace check-in: 4fd085ee54 user: bohwaz tags: trunk, stable
02:26
Permettre d'avoir WWW_URL et ADMIN_URL dans des endroits diffĂ©rents check-in: c1d8c7b3f3 user: bohwaz tags: trunk, stable
Changes

Modified src/include/lib/Garradin/Membres/Session.php from [af346af7ba] to [3b01c6a3bd].

1
2
3
4
5
6
7
8
9
10
11
12

13
14
15
16
17
18
19
<?php

namespace Garradin\Membres;

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

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


use KD2\Security;
use KD2\Security_OTP;
use KD2\QRCode;

class Session extends \KD2\UserSession
{












>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php

namespace Garradin\Membres;

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

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

use KD2\Security;
use KD2\Security_OTP;
use KD2\QRCode;

class Session extends \KD2\UserSession
{