. * * For more information, contact Colosa Inc, 2566 Le Jeune Rd., * Coral Gables, FL, 33134, USA, or email info@colosa.com. */ //add more security, and catch any error or exception $sFileName = $_GET['p'] . '.pm'; $file = PATH_DOCUMENT . 'output' . PATH_SEP . $sFileName . 'tpm'; $filex = PATH_DOCUMENT . 'output' . PATH_SEP . $sFileName; if (file_exists( $file )) { rename( $file, $filex ); } $realPath = PATH_DOCUMENT . 'output' . PATH_SEP . $sFileName; G::streamFile( $realPath, true );