mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Update constructs to not have parenthesis.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
// HTML Purifier
|
||||
//require_once("plugins/htmlpurifier/HTMLPurifier.standalone.php");
|
||||
//require_once "plugins/htmlpurifier/HTMLPurifier.standalone.php";
|
||||
|
||||
//$purifier_config = HTMLPurifier_Config::createDefault();
|
||||
//$purifier_config->set('URI.AllowedSchemes', ['data' => true, 'src' => true, 'http' => true, 'https' => true]);
|
||||
//$purifier = new HTMLPurifier($purifier_config);
|
||||
|
||||
Reference in New Issue
Block a user