mirror of
https://github.com/ulfgebhardt/system.git
synced 2025-12-13 09:35:49 +00:00
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){
|
|
|
|
}
|
|
|
|
}
|