Viewing File: /usr/local/cpanel/base/frontend/jupiter/indexmanager/dohtaccess.devel.js

/*
# indexmanager/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 */

// Loads the application with the non-combined files
require(
    [
        "app/dohtaccess"
    ],
    function() {
        "use strict";
    }
);
Back to Directory File Manager