From: Nicolas Boisselier Date: Wed, 7 Sep 2016 08:50:52 +0000 (+0200) Subject: dbs order X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=0c1cd3e66ea6eb74b430ce7a1e11f5c4b9208a63;p=nb.git dbs order --- diff --git a/etc/dbs/nb.php b/etc/dbs/nb.php index 76b144a5..bda5549b 100644 --- a/etc/dbs/nb.php +++ b/etc/dbs/nb.php @@ -8,6 +8,7 @@ $CONF['nb'] = array( #'order' => 1, '_import' => ['_nb','_nico'], ); +if (strpos(php_uname("n"),'ovh.net')!==false) $CONF['nb']['order'] = 1; $CONF['nb-sqlite'] = array ( 'host' => "$DIR_SQLITE/nb.db",