Create storage.php

This commit is contained in:
Namhyeon Go 2018-03-04 17:23:35 +00:00 committed by GitHub
parent 86fc154eac
commit 1a69407a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
system/storage.php Normal file
View File

@ -0,0 +1,4 @@
<?php
function read_storage_file($filename, $offset=0, $length=0) {
// todo
}