File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
php-config/Emergence/Mueller/Investigator.config.d Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1616 return (
1717 strpos ($ location , 'philly ' ) !== false
1818 || strpos ($ location , 'phila ' ) !== false
19- || strpos ($ location , 'nj ' ) !== false
20- || strpos ($ location , 'pa ' ) !== false
2119 || strpos ($ location , 'fishtown ' ) !== false
2220 || strpos ($ location , 'delaware ' ) !== false
23- || strpos ($ location , 'chester ' ) !== false
21+ || strpos ($ location , 'west chester ' ) !== false
2422 || strpos ($ location , 'drexel ' ) !== false
2523 || strpos ($ location , 'temple ' ) !== false
2624 || strpos ($ location , 'penn ' ) !== false
4745 || strpos ($ location , 'manayunk ' ) !== false
4846 || strpos ($ location , 'conshohocken ' ) !== false
4947 || strpos ($ location , 'cherry hill ' ) !== false
48+ || strpos ($ location , 'phoenixville ' ) !== false
5049 );
5150 }
5251];
You can’t perform that action at this time.
0 commit comments