- Enforce minimum elapsed time on registration form
[scuttle] / password.php
index bbbb017d91dc9f68e0932fd07ee24028a2d7bb2f..fba6f97bfe4e1533e305cb7a7ada2f8baf1904e8 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /***************************************************************************
-Copyright (c) 2005 Scuttle project
-http://sourceforge.net/projects/scuttle/
+Copyright (c) 2005 Marcus Campbell
 http://scuttle.org/
 
 This program is free software; you can redistribute it and/or modify
@@ -19,7 +18,7 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 ***************************************************************************/
 
-require_once('header.inc.php');
+require_once 'header.inc.php';
 $userservice =& ServiceFactory::getServiceInstance('UserService');
 $templateservice =& ServiceFactory::getServiceInstance('TemplateService');
 $tplVars = array();

Benjamin Mako Hill || Want to submit a patch?