Skip to content

Commit

Permalink
Comment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tpyo committed May 4, 2008
1 parent f5a9d9e commit 6249cf4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions example-wrapper.php
@@ -1,7 +1,10 @@
#!/usr/local/bin/php
<?php

// Note: Although this wrapper works, it would be more efficient to use S3 class instead
/**
* $Id$
*
* Note: Although this wrapper works, it would be more efficient to use S3 class instead
*/

//require_once 'auth-constants.php';
require_once 'S3.php';
Expand Down
7 changes: 5 additions & 2 deletions example.php
@@ -1,7 +1,10 @@
#!/usr/local/bin/php
<?php

// S3 class usage
/**
* $Id$
*
* S3 class usage
*/

//require_once 'auth-constants.php';
require_once 'S3.php';
Expand Down

0 comments on commit 6249cf4

Please sign in to comment.