Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/terminal/index.devel.js

/*
# whostmgr/docroot/templates/terminal/index.devel.js Copyright 2022 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(
    [
        "app/index"
    ],
    function(APP) {
        "use strict";
        APP();
    }
);
Back to Directory File Manager