17 lines
267 B
PHP
17 lines
267 B
PHP
<?php
|
|
namespace SYSTEM;
|
|
|
|
class img {
|
|
protected static function folder_path(){
|
|
throw new \RuntimeException("Not implemeted");}
|
|
|
|
public static function get($hash){
|
|
|
|
}
|
|
|
|
public static function put($file){
|
|
|
|
}
|
|
|
|
}
|