From 463be89b095a6e91e5855ea0b7b900e011e262ce Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Sun, 25 Feb 2018 21:47:29 +0100 Subject: [PATCH] bumped database layout version --- 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 a32f4a8..bbe2ec6 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=1; //database layout version +const DBVERSION=2; //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