Tagged 0.7.5
[scuttle] / config.inc.php.example
index 71e6406c9c22cdcdb16b5761abce8c53674cd6e9..1db84c2cec9ccab6027b1d0c7bd536d7a7c30777 100644 (file)
@@ -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';

Benjamin Mako Hill || Want to submit a patch?