dolibarr  13.0.2
Functions
document.php File Reference

Wrapper to download data files. More...

Go to the source code of this file.

Functions

if(isset($_GET["hashp"])&&!defined("NOLOGIN"))
if((isset($_GET["modulepart"])&&$_GET["modulepart"]==
'medias')) 
llxHeader ()
 Header empty. More...
 
 llxFooter ()
 Footer empty. More...
 

Detailed Description

Wrapper to download data files.

Remarks
Call of this wrapper is made with URL: DOL_URL_ROOT.'/document.php?modulepart=repfichierconcerne&file=relativepathoffile' DOL_URL_ROOT.'/document.php?modulepart=logs&file=dolibarr.log' DOL_URL_ROOT.'/document.php?hashp=sharekey'

Definition in file document.php.

Function Documentation

llxFooter ( )

Footer empty.

Returns
void

Definition at line 70 of file document.php.

if (isset($_GET["hashp"])&&!defined("NOLOGIN")) if ((isset($_GET["modulepart"])&&$_GET["modulepart"]== 'medias')) llxHeader ( )

Header empty.

Returns
void

Definition at line 61 of file document.php.