2009070101.php 210 B

12345678910
  1. <?php
  2. global $CONFIG;
  3. /**
  4. * Kses appears to be a dead project so we are deprecating it in favour of htmlawed.
  5. */
  6. disable_plugin('kses', $CONFIG->site->guid);
  7. enable_plugin('htmlawed', $CONFIG->site->guid);