cmswest wrote on Tuesday, December 13, 2016:
ok, no worries, did you make the code change?
from this
- if (!stripos($filename, ".txt") || stripos($filename,"diff")) {
to this
+ if (!stripos($filename, ".txt") || stripos($filename,"diff") || stripos($filename, "addenda")) {