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
### Keybase proof | |
I hereby claim: | |
* I am kuflievskiy on github. | |
* I am alex_kuf (https://keybase.io/alex_kuf) on keybase. | |
* I have a public key ASC_zisDRCHeHDD0gCZfieLDdC4TjfVczlPozMrt9FvyGAo | |
To claim this, I am signing this object: |
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
<!-- THEME DEBUG --> | |
<!-- THEME HOOK: 'views_view' --> | |
<!-- FILE NAME SUGGESTIONS: | |
x views-view--products-page-products.html.twig | |
* views-view.html.twig | |
--> | |
<!-- BEGIN OUTPUT from 'sites/all/themes/brand_theme/templates/views/views-view--products-page-products.html.twig' --> | |
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
sudo apt-get update | |
sudo apt-get install php7.3-cgi -y | |
sudo cp ~/fastcgi/php72 ~/fastcgi/php73 | |
sudo vim ~/fastcgi/php73 | |
# Set version="7.3" | |
``` | |
#!/bin/sh |