Commit 50f4889d authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

typo

parent 6c3e2860
......@@ -14,7 +14,7 @@ $path = "https://github.com/Elphel/elens";
$contents = file_get_contents($path);
$regexp_xml = '#<a[^>]*href="([^"]*)"[^>]*title=".*.xml"#';
$regexp_zmx = '#<a[^>]*href="([^"]*)"[^>]*title=".*.zmx"#';
$regexp_zmx = '#<a[^>]*href="([^"]*)"[^>]*title=".*.len"#';
$regexp_len = '#<a[^>]*href="([^"]*)"[^>]*title=".*.len"#';
$files = Array();
if(preg_match_all($regexp_xml, $contents, $matches, PREG_SET_ORDER)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment