diff options
Diffstat (limited to 'program/steps/utils')
-rw-r--r-- | program/steps/utils/error.inc | 2 | ||||
-rw-r--r-- | program/steps/utils/html2text.inc | 2 | ||||
-rw-r--r-- | program/steps/utils/killcache.inc | 2 | ||||
-rw-r--r-- | program/steps/utils/modcss.inc | 2 | ||||
-rw-r--r-- | program/steps/utils/spell.inc | 2 | ||||
-rw-r--r-- | program/steps/utils/spell_googie.inc | 2 | ||||
-rw-r--r-- | program/steps/utils/spell_pspell.inc | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/program/steps/utils/error.inc b/program/steps/utils/error.inc index 364c953e7..083a256fd 100644 --- a/program/steps/utils/error.inc +++ b/program/steps/utils/error.inc @@ -126,4 +126,4 @@ $__page_content EOF; exit; -?> + diff --git a/program/steps/utils/html2text.inc b/program/steps/utils/html2text.inc index ff2b40e6b..2327f7f93 100644 --- a/program/steps/utils/html2text.inc +++ b/program/steps/utils/html2text.inc @@ -25,4 +25,4 @@ header('Content-Type: text/plain; charset=UTF-8'); print trim($converter->get_text()); exit; -?> + diff --git a/program/steps/utils/killcache.inc b/program/steps/utils/killcache.inc index a2e7b3e25..b49d36cb8 100644 --- a/program/steps/utils/killcache.inc +++ b/program/steps/utils/killcache.inc @@ -49,4 +49,4 @@ if (PEAR::isError($res)) { echo "Cache cleared\n"; exit; -?> + diff --git a/program/steps/utils/modcss.inc b/program/steps/utils/modcss.inc index 2224901ac..00d943352 100644 --- a/program/steps/utils/modcss.inc +++ b/program/steps/utils/modcss.inc @@ -95,4 +95,4 @@ header('HTTP/1.0 404 Not Found'); echo $error; exit; -?> + diff --git a/program/steps/utils/spell.inc b/program/steps/utils/spell.inc index dab56956b..d0fbcb9e4 100644 --- a/program/steps/utils/spell.inc +++ b/program/steps/utils/spell.inc @@ -25,4 +25,4 @@ if ($spell_engine = $RCMAIL->config->get('spellcheck_engine', 'googie')) { header('HTTP/1.1 404 Not Found'); exit; -?> + diff --git a/program/steps/utils/spell_googie.inc b/program/steps/utils/spell_googie.inc index ec60f48f0..038559c3f 100644 --- a/program/steps/utils/spell_googie.inc +++ b/program/steps/utils/spell_googie.inc @@ -70,4 +70,4 @@ header("Content-Type: text/xml; charset=".RCMAIL_CHARSET); print $store; exit; -?> + diff --git a/program/steps/utils/spell_pspell.inc b/program/steps/utils/spell_pspell.inc index f892f8963..2c9c2333c 100644 --- a/program/steps/utils/spell_pspell.inc +++ b/program/steps/utils/spell_pspell.inc @@ -75,4 +75,4 @@ header("Content-Type: text/xml; charset=".RCMAIL_CHARSET); echo $out; exit; -?> + |