Server IP : 192.64.118.117 / Your IP : 3.144.13.165 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/thecgapy/mobilecreationz.com/wp-content/plugins/duplicator/views/packages/main/ |
Upload File : |
<?php require_once(DUPLICATOR_PLUGIN_PATH . '/classes/ui/class.dialog.php'); $current_tab = isset($_REQUEST['tab']) ? esc_html($_REQUEST['tab']) : 'list'; ?> <style> //TOOLBAR TABLE table#dup-toolbar td {white-space: nowrap !important; padding:10px 0 0 0} table#dup-toolbar {width:100%; border:0 solid red; padding: 0; margin:8px 0 4px 0; height: 35px} table#dup-toolbar td:last-child {font-size:16px; width:100%; text-align: right; vertical-align: bottom;white-space:nowrap;} table#dup-toolbar td:last-child a {top:0; font-size:16px !important; margin-top:10px } table#dup-toolbar td:last-child span {display:inline-block; font-weight: bold; padding:0 12px 5px 5px; color:#000} hr.dup-toolbar-line {margin:2px 0 10px 0} /*WIZARD TABS */ div#dup-wiz {padding:0px; margin:0; } div#dup-wiz-steps {margin:10px 0px 0px 10px; padding:0px; clear:both; font-size:13px; min-width:350px;} div#dup-wiz-title {padding:2px 0px 0px 0px; font-size:18px;} #dup-wiz a { position:relative; display:block; width:auto; min-width:55px; height:25px; margin-right:8px; padding:0px 10px 0px 10px; float:left; line-height:24px; color:#000; background:#E4E4E4; border-radius:5px; letter-spacing:1px; border:1px solid #E4E4E4; text-align: center } #dup-wiz .active-step a {color:#fff; background:#ACACAC; font-weight: bold; border:1px solid #888} #dup-wiz .completed-step a {color:#E1E1E1; background:#BBBBBB; } /*Footer */ div.dup-button-footer input {min-width: 105px} div.dup-button-footer {padding: 1px 10px 0px 0px; text-align: right} </style> <?php switch ($current_tab) { case 'list': duplicator_header(__("Packages » All", 'duplicator')); include('packages.php'); break; case 'new1': duplicator_header(__("Packages » New", 'duplicator')); include('new1.setup.php'); break; case 'new2': duplicator_header(__("Packages » New", 'duplicator')); include('new2.scan.php'); break; case 'new3': duplicator_header(__("Packages » New", 'duplicator')); include('new3.build.php'); break; } ?>