Differences From Artifact [ad2ed7d16f]:

To Artifact [b7b4d15400]:


1
2
3
4
5
6
7

8
9
10
11
12
13
14
<?php

namespace Garradin;

require_once __DIR__ . '/../../include/init.php';
require_once GARRADIN_ROOT . '/include/template.php';


$tpl->assign('admin_url', WWW_URL . 'admin/');

$membres = new Membres;

if (!defined('GARRADIN_LOGIN_PROCESS'))
{
    if (!$membres->isLogged())





<

>







1
2
3
4
5

6
7
8
9
10
11
12
13
14
<?php

namespace Garradin;

require_once __DIR__ . '/../../include/init.php';


$tpl = Template::getInstance();
$tpl->assign('admin_url', WWW_URL . 'admin/');

$membres = new Membres;

if (!defined('GARRADIN_LOGIN_PROCESS'))
{
    if (!$membres->isLogged())