This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
host_danube/danube/api/ApiClass.php
2013-05-22 23:27:23 +02:00

8 lines
185 B
PHP

<?php
class ApiClass extends \SYSTEM\API\apiloginclass {
public static function call_img($id){
return picfolder::get(\SYSTEM\SERVERPATH(new PPAGE,'pics'),$id);
}
}