10 lines
156 B
PHP
10 lines
156 B
PHP
<?php
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
class Welcome extends CI_Controller {
|
|
|
|
public function index(){
|
|
|
|
}
|
|
}
|