Merge branch '1.0-local' into 1.0
This commit is contained in:
commit
ca869eec8f
|
@ -212,6 +212,7 @@
|
||||||
|
|
||||||
/* (2) Update the state file */
|
/* (2) Update the state file */
|
||||||
var_dump('before : '.get_gstate());
|
var_dump('before : '.get_gstate());
|
||||||
|
var_dump('towrite : '.$state);
|
||||||
$written = @file_put_contents(STATE_CONF, $state);
|
$written = @file_put_contents(STATE_CONF, $state);
|
||||||
|
|
||||||
/* (3) Manage error */
|
/* (3) Manage error */
|
||||||
|
|
Loading…
Reference in New Issue