Tagged 0.7.5
[scuttle] / config.inc.php.example
index c78f3610d4c0ce3c5377d805d742677c60e888e2..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/
 #
@@ -25,7 +25,7 @@
 # dbname:   Database name
 ######################################################################
 
-$dbtype = 'mysql4';
+$dbtype = 'mysql';
 $dbhost = '127.0.0.1';
 $dbport = '3306';
 $dbuser = 'username';
@@ -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?