mirror of
https://github.com/e107inc/e107.git
synced 2025-02-13 11:04:38 +01:00
6 lines
123 B
PHP
6 lines
123 B
PHP
<?php
|
|
|
|
define("LAN_PLUGIN_PDF_NAME", "PDF");
|
|
define("LAN_PLUGIN_PDF_DESCRIPTION", "PDF creation support using TCPDF.");
|
|
|
|
?>
|