Introduction
Instructions from Will Ronco
Details
- Create a file in the same directory as "crop.php"
- call it "twitter_account.php" or something
- open that directory in a terminal window
- and type "svn propset svn:ignore twitter_account.php ." (no quotes)
- Then you can put your username and password in that file, so the contents of twitter_Account.php would be something like:
- <?php $username='2pm'; $password='force5'; ?>
- then somewhere in "crop.php" (near the top) put:
- include("twitter_account.php");