Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windows file error on linux #4

Open
snipeTR opened this issue Apr 19, 2018 · 0 comments
Open

windows file error on linux #4

snipeTR opened this issue Apr 19, 2018 · 0 comments

Comments

@snipeTR
Copy link

snipeTR commented Apr 19, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant