Working multi-account html grabber
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user