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 Editor"; require(__CONFIGURATION__ . '/header.inc.php'); ?> <?php $this->RenderBegin() ?> <h1><?php $this->lblName->Render();?> Plugin</h1> <p><?php $this->lblDescription->Render(); ?></p> <p><b>Version</b> <?php $this->lblPluginVersion->Render(); ?>, works with QCubed <?php $this->lblPlatformVersion->Render(); ?></p> <p><b>Author</b>: <?php $this->lblAuthorName->Render(); ?> <?php $this->lblAuthorEmail->Render(); ?></p> <p><b>Contains</b>: </b><?php $this->lblFiles->Render(); ?></p> <div id="formActions"> <?php $this->btnInstall->Render() ?> <?php $this->btnCancelInstallation->Render() ?> <?php $this->btnUninstall->Render() ?> <?php $this->objDefaultWaitIcon->Render() ?> </div> <?php $this->dlgStatus->Render() ?> <?php $this->RenderEnd() ?> <?php require(__CONFIGURATION__ .'/footer.inc.php'); ?>