add dump/restore feature and set new version to 4.2.0
[brisk.git] / web / spush / brisk-spush.php
index af0881d..8eece0c 100755 (executable)
@@ -41,7 +41,7 @@ require_once($G_base."briskin5/index_wr.php");
 
 function main()
 {
-    if (($room = Room::create()) == FALSE) {
+    if (($room = Room::create(LEGAL_PATH."/brisk-crystal.data")) == FALSE) {
         log_crit("room::create failed");
         exit(1);
     }