X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/bce919af7b49bbd06223f79b8c37a53a3d263ff0..c7f63c8b9b12efd7b3c10b9f80cda06eaf32068f:/config.inc.php.example diff --git a/config.inc.php.example b/config.inc.php.example index 71e6406..1db84c2 100644 --- a/config.inc.php.example +++ b/config.inc.php.example @@ -2,7 +2,7 @@ ###################################################################### # SCUTTLE: Online social bookmarks manager ###################################################################### -# Copyright (C) 2005 - 2006 Scuttle project +# Copyright (c) 2005 - 2010 Scuttle project # http://sourceforge.net/projects/scuttle/ # http://scuttle.org/ # @@ -116,5 +116,4 @@ $filetypes = array( ); $reservedusers = array('all', 'watchlist'); -include_once('debug.inc.php'); -?> +include_once 'debug.inc.php';