diff options
| author | 2017-04-23 14:06:37 +0200 | |
|---|---|---|
| committer | 2017-04-23 14:06:37 +0200 | |
| commit | 44c9ae51c44478e56ee70ce692ade6a275981320 (patch) | |
| tree | ed47cd59439b9f826108886cdb0dfe30f113fbb6 /p/f.php | |
| parent | 6d5fb27f978c25be09a939d0f426a5c8962e79ec (diff) | |
Rewriten Favicon library using cURL
Reduce the number of requests, more robust, many more cases working,
reduced code
Diffstat (limited to 'p/f.php')
| -rw-r--r-- | p/f.php | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,6 @@ <?php - require('../constants.php'); +require(LIB_PATH . '/lib_rss.php'); //Includes class autoloader require(LIB_PATH . '/favicons.php'); require(LIB_PATH . '/http-conditional.php'); @@ -15,7 +15,6 @@ function show_default_favicon($cacheSeconds = 3600) { } } - $id = isset($_SERVER['QUERY_STRING']) ? $_SERVER['QUERY_STRING'] : '0'; if (!ctype_xdigit($id)) { $id = '0'; |
