✏️ 正在编辑: buildpureftproot
路径:
/usr/local/cpanel/scripts/buildpureftproot
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
#!/usr/local/cpanel/3rdparty/bin/perl # cpanel - scripts/buildpureftproot Copyright 2022 cPanel, L.L.C. # All rights reserved. # copyright@cpanel.net http://cpanel.net # This code is subject to the cPanel license. Unauthorized copying is prohibited use Cpanel::FtpUtils::PureFTPd (); use Digest::MD5 (); # for speed my ( $ok, $msg ) = Cpanel::FtpUtils::PureFTPd::build_pureftpd_roots(); die $msg if !$ok;
💾 保存文件
← 返回文件管理器