Mercurial > SimpleWebPresenter
diff common-functions.inc @ 60:63ea1cfd387d
Branch merge
| author | Tom Fredrik "BFG" Klaussen <bfg@blenning.no> |
|---|---|
| date | Thu, 11 Oct 2012 17:05:25 +0200 |
| parents | ba5afd9ff24e |
| children | 13d899b748b7 |
line wrap: on
line diff
--- a/common-functions.inc Thu Oct 11 02:05:09 2012 +0200 +++ b/common-functions.inc Thu Oct 11 17:05:25 2012 +0200 @@ -8,7 +8,7 @@ $baseDir = dirname(__FILE__); $cache = CacheTimeCheck::instance(__FILE__); -$cache->includeOnce('http-response-status-codes.inc', $baseDir); +$cache->includeOnce('StatusCodes.inc', $baseDir); function repMapString($map) {
