[ SYSTEM ]: Windows NT SWD-ELEARN-11 10.0 build 20348 (Windows Server 2016) AMD64
[ SERVER ]: Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.9 | PHP: 7.3.9
[ USER ]: Elearn | IP: 10.201.204.156
GEFORCE FILE MANAGER
/
C:
/
xampp
/
htdocs
/
Ajaji
/
components
/
com_gridbox
/
views
/
account
/
tmpl
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 default.xml
194 B
SET
[ EDIT ]
|
[ DEL ]
📄 index.html
33 B
SET
[ EDIT ]
|
[ DEL ]
📄 pdf.php
457 B
SET
[ EDIT ]
|
[ DEL ]
📄 print.php
462 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: print.php
<?php /** * @package Gridbox * @author Balbooa http://www.balbooa.com/ * @copyright Copyright @ Balbooa * @license http://www.gnu.org/licenses/gpl.html GNU/GPL */ defined('_JEXEC') or die; $general = gridboxHelper::$store->general; include JPATH_ROOT.'/components/com_gridbox/libraries/php/tfpdf/pdf.php'; $pdf = new pdf('Portrait', 'mm', 'A4'); $pdf->store = gridboxHelper::$store; $path = $pdf->create($this->item, $general, 'I'); exit;