Server IP : 103.118.17.23 / Your IP : 216.73.216.188 Web Server : Microsoft-IIS/10.0 System : Windows NT RESELLERPLESK22 10.0 build 20348 (Windows Server 2016) AMD64 User : IWAM_plesk(default) ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : E:/Inetpub/vhosts/mesa.org.in/httpdocs/assets/_core/php/_devtools/ |
Upload File : |
<?php $strPageTitle = "Plugin Manager"; require(__CONFIGURATION__ . '/header.inc.php'); ?> <h1><?php _t('Plugin Manager'); ?></h1> <?php $this->RenderBegin() ?> <?php $this->dtgPlugins->Render(); ?> <div id="formActions"> <?php $this->btnNewPlugin->Render(); ?> </div> <p><a target="_blank" href="<?php echo QPluginInstaller::ONLINE_PLUGIN_REPOSITORY ?>"> Online repository of QCubed plugins</a></p> <?php $this->dlgUpload->Render(); ?> <?php $this->RenderEnd() ?> <?php require(__CONFIGURATION__ . '/footer.inc.php'); ?>