" ) { die( "Your install will download when you press this button." ); } $os_name = $os == 1 ? "Windows" : "Mac"; $install_name = $os == 1 ? "DigitalStudioV5.exe" : "DigitalStudioV5.zip"; $file_path="/home/httpd/vhosts/labprints.com/httpdocs/labprints/install/".$lid."/".$os_name."/".$install_name; //If there isn't a custom install then we are going to direct them to the generic downoad if( ! file_exists( $file_path ) ) { $lid = 1; } $location = "Location: http://www.labprints.com/labprints/install/".$lid."/".$os_name."/".$install_name; header( "Content-type: Application/octet-stream" ); header( $location ); } if( isset( $video_overview ) ){ $location = "Location: http://www.labprints.com/video/overview/intro2.html"; header( $location ); } ?>