芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp73/bin/crypt-gpg-pinentry
#! /usr/bin/env php $path) { if (!is_dir($path)) { unset($paths[$idx]); } } // We depend on Console_CommandLine, so we append also the default include path set_include_path(implode(PATH_SEPARATOR, $paths) . PATH_SEPARATOR . get_include_path()); require_once 'Crypt/GPG/PinEntry.php'; $pinentry = new Crypt_GPG_PinEntry(); $pinentry->__invoke(); ?>