Skip to content

Instantly share code, notes, and snippets.

@rintoug
Created July 25, 2016 09:13
Show Gist options
  • Save rintoug/8b8370f59234ffdee9b70f32414f172f to your computer and use it in GitHub Desktop.
Save rintoug/8b8370f59234ffdee9b70f32414f172f to your computer and use it in GitHub Desktop.
<?php
/**
* Account controller
*
*/
require_once 'Mage/Customer/controllers/AccountController.php';
class Writeyourcode_Customer_AcccountController extends Mage_Customer_AccountController
{
/**
* Product view action
*/
public function loginAction()
{
print "Entering";exit;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment