Modified backup.php file

jarmfl wrote on Friday, October 07, 2011:

I already modified and tested the backup.php file located at \inteface\main:

- to allow execute Dump from External MySQL DB Server
- due if php is > 5.2.1 the tmp folder will be ignored (on some scenario the tmp is lot allow to be access); then force to use ‘backup_log_dir’ instead ‘temporary_files_dir’

question: how could I upload or summit the modification to the project?

uhsarp wrote on Friday, October 07, 2011:

I think it’s through the Github

https://github.com/openemr/openemr

bradymiller wrote on Saturday, October 08, 2011:

Hi,

Ideally, we prefer submissions via git. For instructions on how to set up git with OpenEMR, check out this tutorial:
http://open-emr.org/wiki/index.php/Git_for_dummies

If can’t set up git, then we will accept patches based on most recent codebase. And, if can’t make a patch, we will try to accept the modified file if taken form most recent codebase.

Let me know if need help with any of the above methods (can email myself at brady@sparmy.com ), especially git; I’m always happy to spend time spreading the word of git.

We also have documentation for developers on the wiki here:
http://open-emr.org/wiki/index.php/OpenEMR_Wiki_Home_Page#Developer_Manuals

thanks,
-brady