You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we use the @rt() function inside our Slim webapp to log data to file.
The problem is that the same function set the http header with the following statement:
header('Content-Type: text/plain; charset=utf-8'); (file ref.php, line 73)
That goes in conflict with our webapp which should serve html content.
Any advice ?
Thank you
The text was updated successfully, but these errors were encountered:
Hi Sir
we use the @rt() function inside our Slim webapp to log data to file.
The problem is that the same function set the http header with the following statement:
header('Content-Type: text/plain; charset=utf-8'); (file ref.php, line 73)
That goes in conflict with our webapp which should serve html content.
Any advice ?
Thank you
The text was updated successfully, but these errors were encountered: