Viewing File: /usr/local/cpanel/base/frontend/jupiter/lveversion/ruby-selector-check.tmpl

[%
    USE Api2;
    SET Interpreters = Api2.exec('LVEInfo', 'getRubyInterpreters', {});
%]

[% IF Interpreters.size == 0 %]
<div style="margin: 10px; text-align: center; font-weight: bold; color: red">Package alt-ruby not installed</div>
[% END %]
Back to Directory File Manager