Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/license_purchase/index.dist.js

/*
# whostmgr/docroot/templates/license_purchase/index.dist.js     Copyright(c) 2020 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
*/

/* global require: false */

require(["frameworksBuild", "locale!cjtBuild", "app/index.cmb"], function() {
    require(
        [
            "app/index"
        ],
        function(APP) {
            APP();
        }
    );
});
Back to Directory File Manager