Hi!
Some expert in the forum that can help me, I need to open a file that contains an extension, ".php.imax"
I don't know what it is, I've searched the internet and I can't find anything, I can't open it with anything either.
Note: It is a module that I need to edit.
All "php" files have this inside.
<? php
$ data = file_get_contents (dirname (__ FILE __). "/ configuration.php.imax");
eval (gzuncompress ($ data));
?>
Thanks
Some expert in the forum that can help me, I need to open a file that contains an extension, ".php.imax"
I don't know what it is, I've searched the internet and I can't find anything, I can't open it with anything either.
Note: It is a module that I need to edit.
All "php" files have this inside.
<? php
$ data = file_get_contents (dirname (__ FILE __). "/ configuration.php.imax");
eval (gzuncompress ($ data));
?>
Thanks