You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Workaround for jailkit: If jailkit is enabled for the site, the
496
+
* website root has to be owned by the root user and we have to chmod it to 755 then
497
+
*/
498
+
499
+
//* Check if there is a jailkit user for this site
500
+
$tmp = $app->db->queryOneRecord("SELECT count(shell_user_id) as number FROM shell_user WHERE parent_domain_id = ".$data["new"]["domain_id"]." AND chroot = 'jailkit'");
0 commit comments