Platform  3.1
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
freedom_editimporttar.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  * Edit Import Archive
9  *
10  * @author Anakeen 2004
11  * @version $Id: freedom_editimporttar.php,v 1.1 2004/03/16 14:12:46 eric Exp $
12  * @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
13  * @package FDL
14  * @subpackage GED
15  */
16 /**
17  */
18 
19 include_once ("FDL/import_file.php");
20 include_once ("FDL/Lib.Dir.php");
21 // -----------------------------------
23 {
24  // -----------------------------------
25  // Get all the params
26  $classid = GetHttpVars("classid", 7); // doc familly
27  $dirid = GetHttpVars("dirid", 10); // directory to place imported doc (default unclassed folder)
28  $dbaccess = $action->GetParam("FREEDOM_DB");
29 
30  $action->lay->set("maxsize", sprintf("max %s bytes", ini_get('upload_max_filesize')));
31 
32  $action->lay->Set("dirid", $dirid);
33 }
34 ?>
← centre documentaire © anakeen - published under CC License - Dynacase