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
-------------------------------------------------------------------------------- | |
Duplicate product ($this->action = 'duplicate') | |
-------------------------------------------------------------------------------- | |
AdminController::postProcess > actionAdminProductsControllerDuplicateBefore | |
AdminProductsController::processDuplicate | |
Product::add | |
ObjectModel::add > actionObjectProductAddBefore | |
--- ! saved ! --- | |
ObjectModel::add > actionObjectProductAddAfter | |
Product::add > actionProductSave |
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
/** | |
* Internet Systems Consortium license | |
* =================================== | |
* | |
* Copyright (c) `2017`, `Colin Meinke` | |
* | |
* Permission to use, copy, modify, and/or distribute this software for any purpose | |
* with or without fee is hereby granted, provided that the above copyright notice | |
* and this permission notice appear in all copies. | |
* |
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
# /etc/logwatch/conf/logfiles/letsencrypt.conf | |
LogFile = letsencrypt/letsencrypt.log | |
Archive = letsencrypt/letsencrypt.log.*.gz | |
# `ApplyEuroDate` uses a space at the end of the following header... | |
*ApplyStdDate = "%Y-%m-%d %H:%M:%S(,...)?" |