Mercurial > SimpleWebPresenter
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 56:0f1e08cdfff2 | 58:ba5afd9ff24e |
|---|---|
| 6 include_once 'CacheTimeCheck.inc'; | 6 include_once 'CacheTimeCheck.inc'; |
| 7 | 7 |
| 8 $baseDir = dirname(__FILE__); | 8 $baseDir = dirname(__FILE__); |
| 9 | 9 |
| 10 $cache = CacheTimeCheck::instance(__FILE__); | 10 $cache = CacheTimeCheck::instance(__FILE__); |
| 11 $cache->includeOnce('http-response-status-codes.inc', $baseDir); | 11 $cache->includeOnce('StatusCodes.inc', $baseDir); |
| 12 | 12 |
| 13 function repMapString($map) | 13 function repMapString($map) |
| 14 { | 14 { |
| 15 $opt = 'array('; | 15 $opt = 'array('; |
| 16 $start = True; | 16 $start = True; |
