Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Nguyen Hoang | > | File Copy | > | index.php | > | Download | ||
|
Download |
<meta http-equiv="pragma" content="nocache"> <?php $op = $_REQUEST["op"]; include("filecopy.class.php"); $cls = new FileCopy(); $cls->Process($op); ?> |