/*
# mail/authentication/manage.devel.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, define: false */
/* jshint -W098 */
require(
[
"app/manage"
],
function(APP) {
"use strict";
APP();
}
);
Back to Directory