This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public function cancel_account() | |
{ | |
$this->member_id = $this->EE->TMPL->fetch_param('member_id'); | |
$this->return = $this->EE->TMPL->fetch_param('return', 'site_index'); | |
$this->EE->lang->loadfile('login'); | |
/* ------------------------------------- | |
/* No sneakiness - we'll do this in case the site administrator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule mod_rewrite.c> | |
# Enable Rewrite Engine | |
# ------------------------------ | |
RewriteEngine On | |
RewriteBase / | |
# Redirect index.php Requests | |
# ------------------------------ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
/** | |
* | |
* @package VC_energy_tomorrow | |
* @subpackage ThirdParty | |
* @category Modules | |
* @author Shawn Maida | Alex Glover | |
* @link http://www.eecoder.com | |
*/ |