fopen error on IIS
-
I am having trouble reading aam.php file. I am using ISS and to solve the problem I modified the API.php file at line 318.
$data = get_plugin_data(dirname(__FILE__) . "/../../aam.php");$data = get_plugin_data(realpath(dirname(__FILE__) . "/../../aam.php"));Can this cause some kind of error?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘fopen error on IIS’ is closed to new replies.