fix
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
class Wallet extends Users_Controller {
|
||||
|
||||
|
||||
public function index() {
|
||||
//
|
||||
if (!isset($_SESSION['username']) or $_SESSION['username'] == '') {
|
||||
|
||||
+2
-2
@@ -69,8 +69,8 @@
|
||||
<img alt="Logo" src="/site3/assets/media/svg/brand-logos/google-icon.svg" class="h-20px me-3" />Continue with Google</a -->
|
||||
<!--end::Google link-->
|
||||
<!--begin::Google link-->
|
||||
<!-- a href="<?php echo $this->lib_login->getLoginUrl(); ?>" class="btn btn-flex flex-center btn-light btn-lg w-100 mb-5">
|
||||
<img alt="Logo" src="/site3/assets/media/svg/brand-logos/facebook-4.svg" class="h-20px me-3" />Continue with Facebook</a -->
|
||||
<a href="<?php echo $this->lib_login->getLoginUrl(); ?>" class="btn btn-flex flex-center btn-light btn-lg w-100 mb-5">
|
||||
<img alt="Logo" src="/site3/assets/media/svg/brand-logos/facebook-4.svg" class="h-20px me-3" />Continue with Facebook</a>
|
||||
<!--end::Google link-->
|
||||
<!--begin::Google link-->
|
||||
<!-- a href="#" class="btn btn-flex flex-center btn-light btn-lg w-100">
|
||||
|
||||
@@ -516,7 +516,7 @@ $server_name = 'https://'. $_SERVER['HTTP_HOST'];
|
||||
<!--end::Aside menu-->
|
||||
<!--begin::Footer-->
|
||||
<div class="aside-footer flex-column-auto py-5" id="kt_aside_footer">
|
||||
<a href="/logout" class="btn btn-custom btn-primary w-100" data-bs-toggle="tooltip" data-bs-trigger="hover" data-bs-dismiss-="click" title="200+ in-house components and 3rd-party plugins">
|
||||
<a href="/logout" class="btn btn-custom btn-primary w-100" data-bs-toggle="tooltip" data-bs-trigger="hover" data-bs-dismiss-="click" style="background-color: #FFF8DC;" title="Exit the wrenchboard account">
|
||||
<span class="btn-label ">Logout</span>
|
||||
<!--begin::Svg Icon | path: icons/duotune/general/gen005.svg-->
|
||||
<span class="svg-icon btn-icon svg-icon-2">
|
||||
|
||||
Reference in New Issue
Block a user