Update storage.php
This commit is contained in:
parent
2231921bc0
commit
678bec80ec
|
@ -115,6 +115,12 @@ if(!function_exists("read_storage_file")) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(!function_exists("remove_storage_file")) {
|
||||||
|
function remove_storage_file($filename, $options=array()) {
|
||||||
|
return @unlink($filename);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if(!function_exists("write_storage_file")) {
|
if(!function_exists("write_storage_file")) {
|
||||||
function write_storage_file($data, $options=array()) {
|
function write_storage_file($data, $options=array()) {
|
||||||
$result = false;
|
$result = false;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user