editor icon indicating copy to clipboard operation
editor copied to clipboard

windows file error on linux

Open snipeTR opened this issue 6 years ago • 0 comments

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));

snipeTR avatar Apr 19 '18 11:04 snipeTR