comparison myrss/index.php @ 88:583400dc28a0

myrss: update user-agent string to "Mozilla/5.0 Browser" after some servers complain about "Mozilla/5.0"; show exception type in top-level exception handler log message
author paulo
date Thu, 12 Jan 2017 00:59:05 -0700
parents f93693980ead
children
comparison
equal deleted inserted replaced
2:3f455d3be799 3:b971ce417cab
1 <?php 1 <?php
2 umask(0037);
3
2 $start_time = microtime(true); 4 $start_time = microtime(true);
3 5
4 $cache_fn = "__cache__.html"; 6 $cache_fn = "__cache__.html";
5 $cache_life = "1200"; 7 $cache_life = "1200";
6 8