Mercurial > SimpleWebPresenter
diff common-functions.inc @ 58:ba5afd9ff24e
Rename http-response-status-codes to StatusCodes
| author | Tom Fredrik "BFG" Klaussen <bfg@blenning.no> |
|---|---|
| date | Thu, 11 Oct 2012 13:04:53 +0200 |
| parents | 2e6ba7259281 |
| children | 13d899b748b7 |
line wrap: on
line diff
--- a/common-functions.inc Thu Oct 11 01:07:17 2012 +0200 +++ b/common-functions.inc Thu Oct 11 13:04:53 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) {
