Commit: 153c3d47ef36d66c550a8333a6ebedd790a137f7 Author: Anatol Belski <[email protected]> Fri, 30 Aug 2013 17:15:20 +0200 Parents: 789ed34cbef5e3a9e0952f829ed17c2c33d0488e Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=153c3d47ef36d66c550a8333a6ebedd790a137f7 Log: moved the credentials file to the -dist one not that it gets commited with real data somewhen Changed paths: A .gitignore D client/data/config/credentials_ftps.php A client/data/config/credentials_ftps.php-dist Diff: diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f4f52b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +credentials_ftps.php diff --git a/client/data/config/credentials_ftps.php b/client/data/config/credentials_ftps.php deleted file mode 100644 index fc0faca..0000000 --- a/client/data/config/credentials_ftps.php +++ /dev/null @@ -1,4 +0,0 @@ -<?php -$ftp_server = 'ftp.example.com'; -$user_snaps = 'johndoe'; -$password = '123456'; diff --git a/client/data/config/credentials_ftps.php-dist b/client/data/config/credentials_ftps.php-dist new file mode 100644 index 0000000..fc0faca --- /dev/null +++ b/client/data/config/credentials_ftps.php-dist @@ -0,0 +1,4 @@ +<?php +$ftp_server = 'ftp.example.com'; +$user_snaps = 'johndoe'; +$password = '123456'; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
