Platform
3.1
PHP API documentation
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
export_useracl.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Anakeen
4
* @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
5
* @package FDL
6
*/
7
/**
8
* export USER login and acl
9
* the result is printed on stdout
10
*
11
* @author Anakeen 2002
12
* @version $Id: export_useracl.php,v 1.2 2003/08/18 15:46:41 eric Exp $
13
* @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
14
* @package FDL
15
* @subpackage WSH
16
*/
17
/**
18
*/
19
// ---------------------------------------------------------------
20
// $Id: export_useracl.php,v 1.2 2003/08/18 15:46:41 eric Exp $
21
// $Source: /home/cvsroot/anakeen/freedom/core/Api/export_useracl.php,v $
22
// ---------------------------------------------------------------
23
include_once (
"Lib.Http.php"
);
24
include_once (
"ACCESS/download.php"
);
25
// use ACCESS because of its own Layout
26
$appl
=
new
Application
();
27
$appl
->Set(
"ACCESS"
,
$core
);
28
29
download
(
$action
)
30
?>
← centre documentaire
© anakeen
- published under
CC License
-
Dynacase