From 0c1cd3e66ea6eb74b430ce7a1e11f5c4b9208a63 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Wed, 7 Sep 2016 10:50:52 +0200 Subject: [PATCH] dbs order --- etc/dbs/nb.php | 1 + 1 file changed, 1 insertion(+) 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", -- 2.47.3