<?php class Image extends CI_Controller { public function index() ... thumbName; if (file_exists($fullThumbPath)) { return $fullThumbPath; } ...
確定! 回上一頁