php issues with PyroCMS v2?
Created 7 years ago by salyjI've been running into an issue with PyroCMS lately where it is changing, and breaking, a PHP script that is supposed to be run within a javascript. The script runs fine locally, but when I attempt to put it online through Pyro, it changes the opening and closing PHP tags. Before upload it all looks like this: <? php (without space) //a bunch of php code ? > (without space)
but after upload it gets changed to:
From what I remember of v2 it always did this. Not sure why it would change all of a sudden :-/