Jelajahi Sumber

Restoring allowed_tags.inc.php (htmlpurifier)

Julio Montoya 11 tahun lalu
induk
melakukan
75ef83696e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      main/inc/global.inc.php

+ 1 - 1
main/inc/global.inc.php

@@ -142,7 +142,7 @@ require_once $libPath.'database.constants.inc.php';
 require_once $libPath.'events.lib.inc.php';
 
 // Load allowed tag definitions for kses and/or HTMLPurifier.
-//require_once $libPath.'formvalidator/Rule/allowed_tags.inc.php';
+require_once $libPath.'formvalidator/Rule/allowed_tags.inc.php';
 
 // Add the path to the pear packages to the include path
 ini_set('include_path', api_create_include_path_setting($includePath));