PHP Programming Help....?

  • Thread starter Thread starter Yoman
  • Start date Start date
Y

Yoman

Guest
Hi,

I'm working on a project for my company. The guy who started on this project created a file called master.php which is the main file for the project.

In master.php, I see something like following within <?php and ?> tags:

eval(gzinflate(str_rot13(base64_decode("[ CODE ]"))));


Can someone please help me find out what "[ CODE ]" is? I want to convert "[ CODE ]" to actual PHP code so I can make changes.

The guy who created this file is no longer with company (fired).

I really appreciate your help.


Thank you,
eval(gzinflate(str_rot13(base64_decode( " [ CODE ] " ))));
 
Back
Top