
$extp = sed_getextplugins('input');
      if (is_array($extp))
      { foreach($extp as $k => $pl) { include('plugins/'.$pl['pl_code'].'/'.$pl['pl_file'].'.php'); } }
      /* ======================== */

////////////////////////////////////////////////////////////////////

// Enables rewrite
ob_start('rewrite_output');