Working multi-account html grabber

This commit is contained in:
magnolia-fan
2011-04-02 20:44:45 +04:00
parent 1a8baf57a5
commit d54b66a317
7 changed files with 110 additions and 53 deletions
+3 -1
View File
@@ -29,7 +29,9 @@ class BeatDB {
return false;
}
}
return (bool) file_put_contents($part . $path[$i], json_encode($data));
file_put_contents($part . $path[$i], json_encode($data));
chmod($part . $path[$i], 0777);
return true;
}
public static function delete($key) {