Viewing File: /usr/local/cpanel/whostmgr/docroot/cgi/ncssl/source/src/Model/Message.php

<?php

namespace App\Model;

class Message
{
    const AREA_SSLS = 'ssls';
    const AREA_DEFAULT = 'default';
    const AREA_INSTALLED = 'installed';
}
Back to Directory File Manager