This commit is contained in:
2019-12-31 17:45:42 -05:00
parent 7636a99f04
commit 42d1247456
7 changed files with 1020 additions and 72 deletions
+1 -2
View File
@@ -2,7 +2,6 @@
defined('BASEPATH') OR exit('No direct script access allowed');
class Startwww extends CI_Controller {
/**
@@ -21,7 +20,7 @@ class Startwww extends CI_Controller {
* @see https://codeigniter.com/user_guide/general/urls.html
*/
public function index() {
// echo "lslslsls";
// echo "lslslsls";
$this->load->view('home/view_home');
}