Skip to content

Instantly share code, notes, and snippets.

@xoner
Created June 28, 2012 07:52
Show Gist options
  • Save xoner/3009766 to your computer and use it in GitHub Desktop.
Save xoner/3009766 to your computer and use it in GitHub Desktop.
Simple php script that redirects the request to the download of the QS version team viewer. Excellent for setting up in http://your.site.com/support/ and tell your colleages to just push execute.
<?php
header('Location: http://www.teamviewer.com/download/TeamViewerQS-wu.exe');
exit(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment