Commit: 0a834ca90dfd2bb864ccf8c6d704cb4c830c4d50 Author: Sobak <msobaczew...@gmail.com> Mon, 23 Jan 2017 16:03:54 +0100 Parents: 3189900a537551e141cf78f329e857d4db138884 Branches: redesign
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=0a834ca90dfd2bb864ccf8c6d704cb4c830c4d50 Log: Drop no longer used files Changed paths: D templates/patchform.php D www/images/pear_item.gif D www/images/pecl_item.gif Diff: diff --git a/templates/patchform.php b/templates/patchform.php deleted file mode 100644 index a930494..0000000 --- a/templates/patchform.php +++ /dev/null @@ -1,22 +0,0 @@ - <tr> - <th class="form-label_left"> - Patch name - </th> - <td class="form-input"> - <p class="cell_note"> - The patch name must be shorter than 80 characters and it must only contain alpha-numeric characters, dots, underscores or hyphens. - </p> - <input type="text" maxlength="80" size="40" name="in[patchname]" value="<?php echo clean($patchname) ?>"><br> - </td> - </tr> - <tr> - <th class="form-label_left"> - Patch file: - <p class="cell_note"> - A patch file created using <kbd>git diff</kbd> (unified diff format) - </p> - </th> - <td class="form-input"> - <input type="file" name="patchfile" value="<?php echo clean($patchfile) ?>"> - </td> - </tr> diff --git a/www/images/pear_item.gif b/www/images/pear_item.gif deleted file mode 100644 index 9b34f3f..0000000 Binary files a/www/images/pear_item.gif and /dev/null differ diff --git a/www/images/pecl_item.gif b/www/images/pecl_item.gif deleted file mode 100644 index 137167f..0000000 Binary files a/www/images/pecl_item.gif and /dev/null differ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php