Dmitry Kolesnikov
Dmitry Kolesnikov
I am against the output nginx settings on the wnmp panel, becouse Nginx can be used for other purposes. I like the wnmp, because I can customize it how I...
> I see your point. What I'm proposing is that users could add quick links, it's like bookmarks right on the panel. If you don't want it you don't add...
Google chrome canceled support adobe flash. Now I can't switch it. Please, add new uploader on stable version 3.
I use "/" in hosts becouse work with git. Maybe can add parametr "allowed hosts" for GS and validate it for HTTP_HOST? ``` $allowed_hosts = array('foo.example.com', 'bar.example.com'); if (!isset($_SERVER['HTTP_HOST']) ||...
I can create that functional and make function for conversion $SITEURL to fullpath if it has only slash in settings.php Do it?
Done. With $SITEURL I think, that it need be changed to the $fullpacth anywhere, where needed absolute patch.
What you think about this hotfixes for 3.3.16? I do not plan to update released sites to 3.4 and this problem remains for them
> noice, but this cannot be merged into master as the image uploader was refactored alot It's only for v3.3.16, you can use that with some hotfixes for releases with...
My pihole hosted on Moscow, I use United States location for YouTube confifg, but seen Ukranian Ads. Installation youTube_ads_4_pi-hole don't resolve my problem. It only need installed pihole server in...
@beankylla, from boot starting you can use that: 1. In ~/.bashrc add export dbus line: `export DBUS_SESSION_BUS_ADDRESS=$(dbus-daemon --session --fork --print-address)` 2. in /etc/init.d/hubic.sh: ``` #! /bin/sh ### BEGIN INIT INFO...