1
0
Fork 0
NCA-Screens/application/controllers/upload.php
2011-11-05 02:25:17 -04:00

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');
}
}