1
0
Fork 0
NCA-Screens/application/controllers/upload.php

7 lines
190 B
PHP
Raw Normal View History

2011-11-05 02:25:17 -04:00
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class Upload extends CI_Controller {
public function index() {
$this->template->load('template','upload');
}
}