Added some new ads to the rotation
Thursday, February 14th, 2008I have joined and added shoppingads.com to my ad rotation on my sites. You’ll notice it here also.
I have joined and added shoppingads.com to my ad rotation on my sites. You’ll notice it here also.
Generating the patch:
diff -urp revised_code.php orig_code.php > patch.diff
UPDATE: with svn it’s just:
svn diff > diff.patch
Applying the patch:
patch -p0 < patch.diff
Reference: Using diff to generate patches.
Technorati Tags: php diff patch
