This commit is contained in:
2020-01-19 21:18:11 +00:00
parent 54f19927ee
commit c5fd823d5e
@@ -0,0 +1,14 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Appstart extends Web_Controller {
public function index() {
$data = array();
$this->renderExternalPage('welcome_message', $data);
}
}