| commit | f231e7f211bdf4d8a85a58ec9a271ee9002c3bda | [log] [tgz] |
|---|---|---|
| author | Andy Clement <aclement@pivotal.io> | Thu Feb 21 11:25:09 2019 -0800 |
| committer | Andy Clement <aclement@pivotal.io> | Thu Feb 21 11:25:09 2019 -0800 |
| tree | ef30da8de9480e4a226a692e4e26d577374e8618 | |
| parent | f19e9af4f035db1745f5cbd381bc11bb9ac15eda [diff] |
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"; } }