Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 211... Línea 211...
211
 * IMPORTANT: For security reason, disable this feature if you are printing user HTML content.
211
 * IMPORTANT: For security reason, disable this feature if you are printing user HTML content.
212
 */
212
 */
213
define('K_TCPDF_CALLS_IN_HTML', false);
213
define('K_TCPDF_CALLS_IN_HTML', false);
Línea 214... Línea 214...
214
 
214
 
-
 
215
/**
-
 
216
 * List of TCPDF methods that are allowed to be called using HTML syntax.
-
 
217
 * Note: each method name must end with surrounded with | (pipe) character.
-
 
218
 * The constant K_TCPDF_CALLS_IN_HTML must be set to true.
-
 
219
 * IMPORTANT: For security reason, disable this feature if you are allowing user HTML content.
-
 
220
 */
-
 
221
define('K_ALLOWED_TCPDF_TAGS', '');
-
 
222
 
215
/**
223
/**
216
 * If true and PHP version is greater than 5, then the Error() method throw new exception instead of terminating the execution.
224
 * If true and PHP version is greater than 5, then the Error() method throw new exception instead of terminating the execution.
217
 */
225
 */
Línea 218... Línea 226...
218
define('K_TCPDF_THROW_EXCEPTION_ERROR', false);
226
define('K_TCPDF_THROW_EXCEPTION_ERROR', false);