forked from GNUsocial/gnu-social
require validation code
darcs-hash:20080729025156-84dde-f3d9d26db3a500ff04f3a4ce3a3ff1846b6eca08.gz
This commit is contained in:
parent
7e8a58923f
commit
984b9b6b42
@ -101,6 +101,8 @@ $config['db'] =
|
|||||||
|
|
||||||
require_once(INSTALLDIR.'/config.php');
|
require_once(INSTALLDIR.'/config.php');
|
||||||
|
|
||||||
|
require_once('Validate.php');
|
||||||
|
|
||||||
if (function_exists('date_default_timezone_set')) {
|
if (function_exists('date_default_timezone_set')) {
|
||||||
/* Work internally in UTC */
|
/* Work internally in UTC */
|
||||||
date_default_timezone_set('UTC');
|
date_default_timezone_set('UTC');
|
||||||
|
Loading…
Reference in New Issue
Block a user