Skip to content

Commit

Permalink
2628000
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawrence Cherone committed Jul 6, 2013
1 parent ef6aa53 commit 2372ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ A Simple PHP "Origin Pull" CDN Passthrough caching class, can be used as a stand
* @param string $fix_request = Remove a part of the request string to fix if script is sitting in a subdir.
* @param int $cache_expire = Amount of time in seconds cache is valid for. 2628000 = 1 month.

Usage: `new SimplePOPCDN('http://server.to.mirror.com', './cache/', '/subdir', 259200);`
Usage: `new SimplePOPCDN('http://server.to.mirror.com', './cache/', '/subdir', 2628000);`

0 comments on commit 2372ba7

Please sign in to comment.