Created
July 25, 2016 09:13
-
-
Save rintoug/8b8370f59234ffdee9b70f32414f172f to your computer and use it in GitHub Desktop.
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 | |
/** | |
* 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