more 4.10 related updates
diff --git a/downloads/index.php b/downloads/index.php
index cc7a346..21e1331 100644
--- a/downloads/index.php
+++ b/downloads/index.php
@@ -16,7 +16,7 @@
    while (false!== ($file=readdir($root))) {

    	  if($file=="." || $file=="..") {continue;}

    	  

-      if (preg_match('/.*ajdt-e[0-9]*x*-(.*).zip/',$file, $matches)) {

+      if (preg_match('/.*ajdt-e[0-9][0-9]x*-(.*).zip/',$file, $matches)) {

          $files[]="$dir/$file";

       }

    }