Hello:
This seemed to start after a routine software update.
All of a sudden, my client's PERL script is being overwritten. And another client's PHP script is being overwritten. (The permissions for the files and folders are 755, By the way)
Here is what I mean:
The script is written:
$referer = $ENV{'HTTP_REFERER'};
When the script is invoked, it gives a fatal error. When I look at the script, it says this!
Another client is having a similar problem with a PHP script. Her variable is being replaced by its value!
Any guidance will be greatly appreciated!
This seemed to start after a routine software update.
All of a sudden, my client's PERL script is being overwritten. And another client's PHP script is being overwritten. (The permissions for the files and folders are 755, By the way)
Here is what I mean:
The script is written:
$referer = $ENV{'HTTP_REFERER'};
When the script is invoked, it gives a fatal error. When I look at the script, it says this!
Another client is having a similar problem with a PHP script. Her variable is being replaced by its value!
Any guidance will be greatly appreciated!