Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/views/reportView.ptt

[%
    USE Whostmgr;
%]

<div>
    <div ng-show="view.step === 'input'">
        [% INCLUDE 'mod_security/views/reportInputView.ptt' %]
    </div>
    <div ng-show="view.step === 'review'">
        [% INCLUDE 'mod_security/views/reportReviewView.ptt' %]
    </div>
</div>
Back to Directory File Manager