PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
plugins
/
wp-all-export-pro
/
classes
<?php require_once('CdataStrategy.php'); class CdataStrategyIllegalCharacters implements CdataStrategy { private $illegalCharacters = array('<','>','&', '\'', '"','**LT**', '**GT**'); public function should_cdata_be_applied($field, $hasSnippets = false) { if($hasSnippets) { $this->illegalCharacters = array('<','>','&', '**LT**', '**GT**'); } foreach($this->illegalCharacters as $character) { if(strpos($field, $character) !== false) { return true; } } return false; } }
[-] zip.php
[edit]
[-] handler.php
[edit]
[-] session.php
[edit]
[-] chunk.php
[edit]
[-] CdataStrategyIllegalCharactersHtmlEntities.php
[edit]
[-] CdataStrategyAlways.php
[edit]
[-] updater.php
[edit]
[-] CdataStrategyFactory.php
[edit]
[-] CdataStrategyIllegalCharacters.php
[edit]
[-] download.php
[edit]
[-] PHPExcel.php
[edit]
[-] installer.php
[edit]
[-] wpallimport.php
[edit]
[+]
PHPExcel
[-] CdataStrategyNever.php
[edit]
[-] config.php
[edit]
[-] helper.php
[edit]
[-] input.php
[edit]
[-] CdataStrategy.php
[edit]
[+]
..
[-] XMLWriter.php
[edit]