kkju / telekinesis

Automatically exported from code.google.com/p/telekinesis
1 stars 0 forks source link

Screen 'app' Title tag shows raw PHP code #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Launch iPhone Remote on either iPhone or Safari
2. Click 'Screen'
3. Observe page title

What is the expected output? What do you see instead?
Expected: <computer name> - Screen
Viewed: <?=$_ENV["COMPUTER_NAME"]?>

What version of the product are you using? On what operating system?
v.0.9.8
Mac OS X 10.4.10

Please provide any additional information below.
Problem resolved if Contents/Resources/www/ipps/Screen/index.html renamed to 
index.php

Original issue reported on code.google.com by ian.wess...@gmail.com on 6 Jul 2007 at 3:55

GoogleCodeExporter commented 8 years ago
Same is true of Contents/Resources/www/ipps/Remote/index.html, needs suffix 
changed to index.php.

Note that zero other changes need to be made to any other files.

Original comment by ian.wess...@gmail.com on 6 Jul 2007 at 4:07

GoogleCodeExporter commented 8 years ago
Tested & committed in r47, thanks ian.wessman

Original comment by bwhit...@gmail.com on 6 Jul 2007 at 6:40