Merge pull request #71 from BoboTiG/master

Fix PHP warning date()
This commit is contained in:
Arthur 2013-11-20 23:49:08 -08:00
commit ff62d323c3

View file

@ -7,6 +7,8 @@ define('ALLOW_REMOTE_DB_DL', true);
define('ALLOW_REMOTE_MEDIA_DL', true);
define('EXEC_TIME', 10);
date_default_timezone_set('UTC');
header("HTTP/1.0 403 Forbidden"); /* Uncivilized method to prevent bot indexing, huh :) */
header('X-Robots-Tag: noindex'); /* more civilized method, but bots may not all take into account */
//header('Content-type: text/plain');