Este sitio web funciona mejor con JavaScript.
Inicio
Registro
Iniciar sesión
DedeBIZ
/
DedeV6
Seguir
2
Destacar
0
Fork
0
Código
Pull Requests
0
Lanzamientos
26
Actividad
Explorar el Código
update
develop
tianya
hace 1 día
padre
1e81db879f
commit
836bd27cc0
Se han
modificado 10 ficheros
con
10 adiciones
y
9 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/system/libraries/HTMLPurifier/HTMLPurifier.auto.php
+1
-1
src/system/libraries/HTMLPurifier/HTMLPurifier.autoload-legacy.php
+1
-1
src/system/libraries/HTMLPurifier/HTMLPurifier.autoload.php
+1
-0
src/system/libraries/HTMLPurifier/HTMLPurifier.composer.php
+1
-1
src/system/libraries/HTMLPurifier/HTMLPurifier.func.php
+1
-1
src/system/libraries/HTMLPurifier/HTMLPurifier.includes.php
+1
-1
src/system/libraries/HTMLPurifier/HTMLPurifier.kses.php
+1
-1
src/system/libraries/HTMLPurifier/HTMLPurifier.path.php
+1
-1
src/system/libraries/HTMLPurifier/HTMLPurifier.php
+1
-1
src/system/libraries/HTMLPurifier/HTMLPurifier.safe-includes.php
+ 1
- 1
src/system/libraries/HTMLPurifier/HTMLPurifier.auto.php
Ver fichero
@@ -1,5 +1,5 @@
<?php
if (!defined('DEDEINC')) exit ('dedebiz');
/**
* This is a stub include that automatically configures the include path.
*/
+ 1
- 1
src/system/libraries/HTMLPurifier/HTMLPurifier.autoload-legacy.php
Ver fichero
@@ -1,5 +1,5 @@
<?php
if (!defined('DEDEINC')) exit ('dedebiz');
/**
* @file
* Legacy autoloader for systems lacking spl_autoload_register
+ 1
- 1
src/system/libraries/HTMLPurifier/HTMLPurifier.autoload.php
Ver fichero
@@ -1,5 +1,5 @@
<?php
if (!defined('DEDEINC')) exit ('dedebiz');
/**
* @file
* Convenience file that registers autoload handler for HTML Purifier.
+ 1
- 0
src/system/libraries/HTMLPurifier/HTMLPurifier.composer.php
Ver fichero
@@ -1,4 +1,5 @@
<?php
if (!defined('DEDEINC')) exit ('dedebiz');
if (!defined('HTMLPURIFIER_PREFIX')) {
define('HTMLPURIFIER_PREFIX', dirname(__FILE__));
}
+ 1
- 1
src/system/libraries/HTMLPurifier/HTMLPurifier.func.php
Ver fichero
@@ -1,5 +1,5 @@
<?php
if (!defined('DEDEINC')) exit ('dedebiz');
/**
* @file
* Defines a function wrapper for HTML Purifier for quick use.
+ 1
- 1
src/system/libraries/HTMLPurifier/HTMLPurifier.includes.php
Ver fichero
@@ -1,5 +1,5 @@
<?php
if (!defined('DEDEINC')) exit ('dedebiz');
/**
* @file
* This file was auto-generated by generate-includes.php and includes all of
+ 1
- 1
src/system/libraries/HTMLPurifier/HTMLPurifier.kses.php
Ver fichero
@@ -1,5 +1,5 @@
<?php
if (!defined('DEDEINC')) exit ('dedebiz');
/**
* @file
* Emulation layer for code that used kses(), substituting in HTML Purifier.
+ 1
- 1
src/system/libraries/HTMLPurifier/HTMLPurifier.path.php
Ver fichero
@@ -1,5 +1,5 @@
<?php
if (!defined('DEDEINC')) exit ('dedebiz');
/**
* @file
* Convenience stub file that adds HTML Purifier's library file to the path
+ 1
- 1
src/system/libraries/HTMLPurifier/HTMLPurifier.php
Ver fichero
@@ -1,5 +1,5 @@
<?php
if (!defined('DEDEINC')) exit ('dedebiz');
/*! @mainpage
*
* HTML Purifier is an HTML filter that will take an arbitrary snippet of
+ 1
- 1
src/system/libraries/HTMLPurifier/HTMLPurifier.safe-includes.php
Ver fichero
@@ -1,5 +1,5 @@
<?php
if (!defined('DEDEINC')) exit ('dedebiz');
/**
* @file
* This file was auto-generated by generate-includes.php and includes all of
Escribir
Vista previa
Cargando…
Cancelar
Guardar