Differences From Artifact [11ec1171ba]:

To Artifact [a8f15a7f8e]:


1
2
3
4
5


6
7
8
9
10
11
12
<?php

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



$membres = new Garradin_Membres;

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





>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

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

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

$membres = new Garradin_Membres;

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