It's just not 1 year so we can just bump it. Does anyone know the new command to do this because....
egrep php3_select=1 /usr/local/directadmin/data/users/*/domains/*.conf
this won't work anymore as there is no php3_select=1 anymore in the domains configuration. Seems things changed, or is this a bug?
The config shows it like this now if you select the 2nd php option from custombuild:
php1_select=2
php2_select=0
php2_select is present but not used anymore and php3_select or php4_select not even present.
However, one should think, oke so we use php1_select=1, 2, 3 or 4, which sounds logical but won't work.
Because sites which did not have made any choice will have no phpX_select=X setting present in that domain.tld.conf file.
Is it correct to assume that everything is php default when no result, and for other choices we need this command:
egrep php1_select=1 (or 2 or 3 or 4) /usr/local/directadmin/data/users/*/domains/*.conf
and assume for all files not mentioned they are on the default php version.