Cloudlog/application/controllers/welcome.php

14 wiersze
258 B
PHP
Czysty Zwykły widok Historia

2011-04-25 15:24:01 +00:00
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class Welcome extends CI_Controller {
2012-11-14 16:01:51 +00:00
public function index()
{
test
2012-11-14 00:56:54 +00:00
2012-11-14 16:01:51 +00:00
}
2011-04-25 15:24:01 +00:00
}
/* End of file welcome.php */
/* Location: ./application/controllers/welcome.php */