From 96efd92ab19176413c4ffe93f864e02953712318 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Wed, 17 Oct 2018 21:51:20 +0200 Subject: [PATCH] bump dbversion --- var/www/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/www/common.php b/var/www/common.php index 7e7686a..b1afbb2 100644 --- a/var/www/common.php +++ b/var/www/common.php @@ -4,7 +4,7 @@ const DBUSER='hosting'; // Database user const DBPASS='MY_PASSWORD'; // Database password const DBNAME='hosting'; // Database const PERSISTENT=true; // Use persistent database conection true/false -const DBVERSION=4; //database layout version +const DBVERSION=5; //database layout version const CAPTCHA=0; // Captcha difficulty (0=off, 1=simple, 2=moderate, 3=extreme) const ADDRESS='dhosting4okcs22v.onion'; // our own address const SERVERS=[ //servers and ports we are running on