Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3cb66cc2 authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Merge branch 'remove-img' into 'master'

Remove img

See merge request e/os/LineageOTA!11
parents c99c657c 36de556e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -155,6 +155,11 @@
                    foreach ( $files as $file ) {

                        $filename = pathinfo($file, PATHINFO_FILENAME);

                        if ( preg_match("/IMG/i", $filename) ) {
                          continue;
                        }
                        
                        if ( preg_match("/latest/i", $filename) ) {
                          continue;
                        }