Dash page logou
This commit is contained in:
@@ -14,6 +14,7 @@ class Login extends Web_Controller {
|
|||||||
$data['username'] = trim($this->input->post('username'));
|
$data['username'] = trim($this->input->post('username'));
|
||||||
$data['pass'] = htmlspecialchars($this->input->post('pass'));
|
$data['pass'] = htmlspecialchars($this->input->post('pass'));
|
||||||
//$this->load->view('provider/dash');
|
//$this->load->view('provider/dash');
|
||||||
|
$outData = array();
|
||||||
$loginResult = $this->loginUser($data, $outData);
|
$loginResult = $this->loginUser($data, $outData);
|
||||||
if (true == $loginResult) {
|
if (true == $loginResult) {
|
||||||
$this->renderProviderSecurePage('dash', $data);
|
$this->renderProviderSecurePage('dash', $data);
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
class WRB_Controller extends CI_Controller {
|
class MER_Controller extends CI_Controller {
|
||||||
|
|
||||||
var $template = array(
|
var $template = array(
|
||||||
'table_open' => "<table class='table table-sm table-striped table-hover table-bordered table-condensed'>",
|
'table_open' => "<table class='table table-sm table-striped table-hover table-bordered table-condensed'>",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
class Provider_Controller extends WRB_Controller {
|
class Provider_Controller extends MER_Controller {
|
||||||
|
|
||||||
|
|
||||||
public $data = array();
|
public $data = array();
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
class Web_Controller extends WRB_Controller {
|
class Web_Controller extends MER_Controller {
|
||||||
|
|
||||||
public $data = array();
|
public $data = array();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user