? GR0V Shell

GR0V shell

Linux www.koreapackagetour.com 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64

Path : /home/admin/domains/happytokorea.com/public_html_bk/test3/plugins/content/
File Upload :
Current File : /home/admin/domains/happytokorea.com/public_html_bk/test3/plugins/content/IETableFix.php

<?php
defined('_JEXEC') or die( "Direct Access Is Not Allowed" );

jimport('joomla.event.plugin');

class plgContentIETableFix extends JPlugin {

	function plgContentIETableFix( &$subject ) {
            parent::__construct( $subject );
    }

    function onPrepareContent(&$article, &$params, $limitstart) {
		$regex = "/<td>[\s]*?<\/td>/i";
		$new = "<td>&nbsp;</td>";
		$article->text = preg_replace($regex,$new, $article->text);
	    return true;
    }


	
}


T1KUS90T
  root-grov@210.1.60.28:~$