Better production default for #903

This commit is contained in:
snipe
2015-07-09 00:53:58 -07:00
parent e9443a244c
commit 9936cf4a43
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -149,6 +149,6 @@ return array(
|
*/
'multi_login' => true,
'multi_login' => false,
);
+1 -1
View File
@@ -149,6 +149,6 @@ return array(
|
*/
'multi_login' => false,
'multi_login' => true,
);
+2 -2
View File
@@ -1,5 +1,5 @@
<?php
return array (
'app_version' => 'v1.2.8-21',
'hash_version' => 'v1.2.8-21-gc2d6391',
'app_version' => 'v1.2.8-22',
'hash_version' => 'v1.2.8-22-gf8be47d',
);