Commit:    951be7dbe8647d9c5546e2de4838ff382006e4a8
Author:    Anatol Belski <a...@php.net>         Fri, 17 Nov 2017 16:33:55 +0100
Parents:   5bec57c9af38b9dd21d91d25a32181c737476b92
Branches:  master

Link:       
http://git.php.net/?p=web/windows.git;a=commitdiff;h=951be7dbe8647d9c5546e2de4838ff382006e4a8

Log:
Remove dead code

Changed paths:
  M  include/listing.php


Diff:
diff --git a/include/listing.php b/include/listing.php
index 5916dd6..51a57b8 100644
--- a/include/listing.php
+++ b/include/listing.php
@@ -103,9 +103,6 @@ function generate_listing($path, $snaps = false) {
        $sha1sums = processSha1Sums($path);
        $sha256sums = processSha256Sums($path);
        foreach ($versions as $file) {
-               if (0&& !$snap && strpos($file, '5.2.9-2')) {
-                       continue;
-               }
                $file_ori = $file;
                if ($snaps) {
                        $file = readlink($file);


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to