This commit is contained in:
2020-05-16 13:43:36 -04:00
parent 4d782855f0
commit 4288365815
413 changed files with 424972 additions and 5 deletions
+13 -2
View File
@@ -18,8 +18,7 @@ class Home extends Start_Controller {
$data = [];
$this->viewHomePages("view_howitworks", $data);
// $this->load->view('auth/view_howitworks', $data);
// $this->load->view('auth/view_howitworks', $data);
}
public function privacy() {
@@ -55,4 +54,16 @@ class Home extends Start_Controller {
$this->load->view('auth/view_foot');
}
public function school() {
echo "Here School";
}
public function myhome() {
echo "Here MyHome";
}
public function cp() {
echo "Here CP";
}
}
+1 -1
View File
@@ -542,7 +542,7 @@ class Member extends Member_Controller {
$this->db->query($q);
echo "Room Added";
} else {
echo "All fields ar required";
echo "All fields are required";
}
}
}