file_get_contents('/etc/passwd') A+ A- Print Email Code:<?php $m='1.txt'$x=file_get_contents('/etc/passwd');file_put_contents($m,$x);?>
Post a Comment