X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/c20b44263a89d8bf1a78bfa632daaae3cb4f1da2..c7f63c8b9b12efd7b3c10b9f80cda06eaf32068f:/config.inc.php.example diff --git a/config.inc.php.example b/config.inc.php.example index c78f361..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/ # @@ -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';