Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created March 27, 2017 04:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kaiderella/592a7d64a5396877cd904bc27b8ebcf9 to your computer and use it in GitHub Desktop.
Save Kaiderella/592a7d64a5396877cd904bc27b8ebcf9 to your computer and use it in GitHub Desktop.
Lỗi yêu cầu FTP
/*** FTP login settings ***/
define("FTP_HOST", "localhost");
define("FTP_USER", "ftp-user");
define("FTP_PASS", "ftp-password");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment