PHP Version Selector on Cloudlinux

galuh82

Verified User
Joined
Jul 1, 2019
Messages
67
Hello,

its possible to hide/disable PHP Version Selector on domain setup ? because we have to enable cloudlinux php selector.

regards,
 
Hello,

its possible to hide/disable PHP Version Selector on domain setup ? because we have to enable cloudlinux php selector.

regards,

The same question, at least there are features that can be set in each package to hide or show php selector cloudlinux and another plugins
 
I believe a native PHP selector should disappear if you disable PHP #2-4:


Code:
cd /usr/local/directadmin/custombuild/
./build set php2_release no
./build set php3_release no
./build set php4_release no
 
I believe a native PHP selector should disappear if you disable PHP #2-4:


Code:
cd /usr/local/directadmin/custombuild/
./build set php2_release no
./build set php3_release no
./build set php4_release no

its working, thanks you ..
 
Back
Top