mirror of
https://github.com/php/web-doc.git
synced 2025-08-13 14:40:31 +00:00
Oops, time_now is used while mentioning the week this report covers.
This commit is contained in:
@ -41,6 +41,7 @@ define('DAYS_LOOKUP', 7); // Number of days, in the past, to search/use for the
|
|||||||
$svn_modules = array('phpdoc', 'phd', 'web/doc-editor');
|
$svn_modules = array('phpdoc', 'phd', 'web/doc-editor');
|
||||||
$time_past = date('Y-m-d', strtotime('-'. DAYS_LOOKUP . ' days'));
|
$time_past = date('Y-m-d', strtotime('-'. DAYS_LOOKUP . ' days'));
|
||||||
$time_future = date('Y-m-d', strtotime('+'. DAYS_LOOKUP . ' days'));
|
$time_future = date('Y-m-d', strtotime('+'. DAYS_LOOKUP . ' days'));
|
||||||
|
$time_now = date('Y-m-d');
|
||||||
|
|
||||||
if (!function_exists('sqlite_open')) {
|
if (!function_exists('sqlite_open')) {
|
||||||
echo 'Fail. I require ext/sqlite to work.', PHP_EOL;
|
echo 'Fail. I require ext/sqlite to work.', PHP_EOL;
|
||||||
|
Reference in New Issue
Block a user