7 lines
No EOL
190 B
PHP
7 lines
No EOL
190 B
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
|
|
|
class Upload extends CI_Controller {
|
|
public function index() {
|
|
$this->template->load('template','upload');
|
|
}
|
|
} |