sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
| # This can be added to your cron job to run right after Drupal's cron or combine them into a single command so | |
| # that it automatically executes when the cron run completes. | |
| wget -q http://www.example.com/sitemap.xml -O - | egrep -o "http://www\.example\.com[^<]+" | wget -q -i - -O /dev/null --wait 1 |
| <?php | |
| namespace BTU\BtuDevlib\Xclass\Backend\Form; | |
| use TYPO3\CMS\Core\Utility\GeneralUtility; | |
| class FormEngine extends \TYPO3\CMS\Backend\Form\FormEngine { | |
| /** | |
| * Backport from TYPO3 7.x | |
| * Changeset: 9a6a133c9aa3db73ba9983a9cdd1cd28467de03c |