-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
There is an error in the code editing the windows file on the linux server.
command.php
oldcode line 29: file_put_contents($PATH,$content);
newcode line29: file_put_contents($PATH,str_replace("\n","\r\n",$content));
editor.php
oldcode line 302: file_put_contents($PATH,$content);
newcode line302: file_put_contents($PATH,str_replace("\n","\r\n",$content));
Metadata
Metadata
Assignees
Labels
No labels