Alternc  3.2
Alternc logiel libre pour l'hébergement
 All Data Structures Namespaces Files Functions Variables Pages
export_account.php
Go to the documentation of this file.
1 #!/usr/bin/php
2 <?php
3 
4 // EXPERIMENTAL : user data export.
5 die('Proof of concept');
6 
7 include("config.php");
8 
9 sem_release($alternc_sem);
10 
11 $mem->su($id);
12 
13 $dom->lock();
14 
15 $hooks->invoke("alternc_export",array("/tmp"));
16 
17 $dom->unlock();
18 
19 $mem->unsu();
20 
21 ?>