fix
This commit is contained in:
@@ -5,18 +5,20 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
class Auth extends CI_Controller {
|
||||
|
||||
public function index() {
|
||||
//$this->load->view('home/home');
|
||||
// echo "START LOGIN";
|
||||
$login_done = false;
|
||||
$data = array();
|
||||
|
||||
if ($_POST){
|
||||
if ($_SERVER['REQUEST_METHOD'] == 'POST') {
|
||||
$this->renderMemberPages('view_dash', $data);
|
||||
}
|
||||
$this->renderAuthPages('view_login', $data);
|
||||
$login_done = true;
|
||||
|
||||
// exit();
|
||||
}
|
||||
|
||||
if(false == $login_done ){
|
||||
$this->renderAuthPages('view_login', $data);
|
||||
}
|
||||
|
||||
//$this->load->view('auth/view_head');
|
||||
//$this->load->view('auth/view_login');
|
||||
//$this->load->view('auth/view_foot');
|
||||
}
|
||||
|
||||
public function newuser() {
|
||||
|
||||
@@ -70,7 +70,6 @@
|
||||
<a href="#" class="btn btn-facebook"><span class="fa fa-facebook"></span></a>
|
||||
<a href="#" class="btn btn-twitter white"><span class="fa fa-twitter"></span></a>
|
||||
<a href="#" class="btn btn-google"><span class="fa fa-google"></span></a>
|
||||
<a href="#" class="btn btn-github"><span class="fa fa-github-alt"></span></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1 +1,10 @@
|
||||
DASH PAGE
|
||||
DASH PAGE
|
||||
|
||||
Reporter says Pompeo cursed and told her to find Ukraine on a map after interview
|
||||
Trump captured on tape demanding firing of ambassador to Ukraine, attorney says
|
||||
Republican thinking on impeachment: It's the defense team's to lose
|
||||
What happened when Democrats played a clip of Graham in 1999
|
||||
Analysis: What Trump is doing during impeachment
|
||||
'It's all going to come out': Ex-prosecutor on evidence Democrats are pursuing
|
||||
Opinion: Trump's lawyers poised to demolish Democrats' case
|
||||
Analysis: 1 in 3 Republicans think Trump did something illegal. But ...
|
||||
Reference in New Issue
Block a user