function successful_install_end_instructions($rtl_path = null)
{
    if (empty($rtl_path)) {
        may_need_to_copy_ini();
    } elseif (is_string($rtl_path)) {
        echo "<p>The runtime loading method of installation was used with path <code>{$rtl_path}</code></p>";
    }
    contact_script_provider_instructions();
    uninstall_wizard_instructions();
}
示例#2
0
function successful_install_end_instructions($rtl_path = null)
{
    if (empty($rtl_path)) {
        may_need_to_copy_ini();
    } elseif (is_string($rtl_path)) {
        echo "<p>”运行时加载方式“已在<code>{$rtl_path}</code>下使用。</p>";
    }
    contact_script_provider_instructions();
    uninstall_wizard_instructions();
}