摘要:
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');set_time_limit(0);class Img_build extends CI_Controller{ private static $img_path = 'upload_old/'; private static $new_path = 'upload/'; function __construct() { parent::__construct(); ... 阅读全文
posted @ 2012-08-30 10:35
WhoAmMe
阅读(1658)
评论(0)
推荐(1)