fix type of info_json
This commit is contained in:
parent
f5cf63b975
commit
8252be8fed
@ -28,7 +28,7 @@
|
|||||||
{
|
{
|
||||||
$rnd_data = mt_rand(10000,99999);
|
$rnd_data = mt_rand(10000,99999);
|
||||||
mkdir(_DATA_DIR . "/" . $rnd_data);
|
mkdir(_DATA_DIR . "/" . $rnd_data);
|
||||||
$info_json = array();
|
$info_json = new stdClass();
|
||||||
$info_json->expire = time() + (7 * 24 * 60 * 60);
|
$info_json->expire = time() + (7 * 24 * 60 * 60);
|
||||||
file_put_contents(_DATA_DIR . "/" . $rnd_data . "/info.json", json_encode($info_json));
|
file_put_contents(_DATA_DIR . "/" . $rnd_data . "/info.json", json_encode($info_json));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user