I have been running Calendarscript on another server for years. Switching over to a new host and their server keeps rewriting the following lines...
These are the lines when the script is first installed.
my ($path) = $ENV{'PATH_TRANSLATED'} | | $ENV{'SCRIPT_FILENAME'};
unless ($path) {
print
Server? changes lines to this...?
my ($path) = /usr/local/cpanel/base/frontend/x/files/savefile.html | | $ENV{'SCRIPT_FILENAME'};
unless ($path) {
print
Why is this happening? The server Im presently does not rewrite these lines??? Ive tried to set path manually but it still rewrites lines.
-JIm