diff --git a/htdocs/docs/index.php b/htdocs/docs/index.php index 7764a728ca0..bcfad4a69fd 100644 --- a/htdocs/docs/index.php +++ b/htdocs/docs/index.php @@ -56,8 +56,12 @@ if ($resql) $var=!$var; print ""; - print ''.stripslashes($obj->name).''; + print ''; + $loc = get_exdir($obj->rowid).$obj->rowid.".pdf"; + $file = stripslashes($obj->name); + echo ''.$file.''; print ''.strftime("%d/%m/%Y %H:%M",$obj->date_generation).''; + print "\n"; }