Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
define
(
"FTP_HOST"
,
"mywebsite.com"
)
;
define
(
"FTP_USER"
,
"username"
)
;
define
(
"FTP_PASS"
,
"mypassword"
)
;