Skip to content

Commit

Permalink
Ensure that all original Log Files are removed especially on Joomla
Browse files Browse the repository at this point in the history
  • Loading branch information
seamuslee001 committed Mar 16, 2019
1 parent c482152 commit 6a945ea
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CRM/Utils/Check/Component/Source.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,24 @@ public function getRemovedFiles() {
$files[] = '[civicrm.vendor]/pear/net_smtp/phpdoc.sh';
$files[] = '[civicrm.vendor]/phpoffice/phpword/samples';
$files[] = '[civicrm.root]/templates/CRM/common/version.tpl';
$files[] = '[civicrm.packages]/Log.php';
$files[] = '[civicrm.pacakges]/_ORIGINAL_/Log.php';
$files[] = '[civicrm.pacakges]/Log/composite.php';
$files[] = '[civicrm.pacakges]/Log/console.php';
$files[] = '[civicrm.pacakges]/Log/daemon.php';
$files[] = '[civicrm.pacakges]/Log/display.php';
$files[] = '[civicrm.pacakges]/Log/error_log.php';
$files[] = '[civicrm.pacakges]/Log/file.php';
$files[] = '[civicrm.pacakges]/Log/firebug.php';
$files[] = '[civicrm.pacakges]/Log/mail.php';
$files[] = '[civicrm.pacakges]/Log/mcal.php';
$files[] = '[civicrm.pacakges]/Log/mdb2.php';
$files[] = '[civicrm.pacakges]/Log/null.php';
$files[] = '[civicrm.pacakges]/Log/observer.php';
$files[] = '[civicrm.pacakges]/Log/sql.php';
$files[] = '[civicrm.pacakges]/Log/sqlite.php';
$files[] = '[civicrm.pacakges]/Log/syslog.php';
$files[] = '[civicrm.pacakges]/Log/win.php';

return $files;
}
Expand Down

0 comments on commit 6a945ea

Please sign in to comment.