HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //var/www/azvo/wp-content/plugins/fg-joomla-to-wordpress/admin/partials/settings.php
				<tr>
					<th scope="row"><?php _e('Automatic removal:', 'fg-joomla-to-wordpress'); ?></th>
					<td><input id="automatic_empty" name="automatic_empty" type="checkbox" value="1" <?php checked($data['automatic_empty'], 1); ?> /> <label for="automatic_empty" ><?php _e('Automatically remove all the WordPress content before each import', 'fg-joomla-to-wordpress'); ?></label></td>
				</tr>
				<tr>
					<th scope="row" colspan="2"><h3><?php _e('Joomla web site parameters', 'fg-joomla-to-wordpress'); ?></h3></th>
				</tr>
				<tr>
					<th scope="row"><label for="url"><?php _e('URL of the live Joomla web site', 'fg-joomla-to-wordpress'); ?></label></th>
					<td><input id="url" name="url" type="text" size="50" value="<?php echo esc_attr($data['url']); ?>" /><br />
						<small><?php _e('This field is used to pull the media off that site. It must contain the URL of the original site.', 'fg-joomla-to-wordpress'); ?></small>
					</td>
				</tr>
				<tr>
					<th scope="row"><?php _e('Download the media by:', 'fg-joomla-to-wordpress'); ?></th>
					<td>
						<input id="download_protocol_http" name="download_protocol" type="radio" value="http" <?php checked($data['download_protocol'], 'http'); ?> /> <label for="download_protocol_http"><?php _e('HTTP', 'fg-joomla-to-wordpress'); ?></label> <small><?php _e('(Default)', 'fg-joomla-to-wordpress'); ?></small>&nbsp;&nbsp;
						<input id="download_protocol_ftp" name="download_protocol" type="radio" value="ftp" <?php checked($data['download_protocol'], 'ftp'); ?> /> <label for="download_protocol_ftp"><?php _e('FTP', 'fg-joomla-to-wordpress'); ?></label>&nbsp;&nbsp;
						<input id="download_protocol_file_system" name="download_protocol" type="radio" value="file_system" <?php checked($data['download_protocol'], 'file_system'); ?> /> <label for="download_protocol_file_system"><?php _e('File system', 'fg-joomla-to-wordpress'); ?></label> <small><?php _e('(Faster, but WordPress must be installed on the same server as the original site)', 'fg-joomla-to-wordpress'); ?></small>&nbsp;&nbsp;
					</td>
				</tr>
				<tr class="file_system_parameters">
					<th scope="row"><label for="base_dir"><?php _e('Joomla base directory', 'fg-joomla-to-wordpress'); ?></label></th>
					<td><input id="base_dir" name="base_dir" type="text" size="50" value="<?php echo esc_attr($data['base_dir']); ?>" /></td>
				</tr>
				<tr class="test_media">
					<th scope="row">&nbsp;</th>
					<td><?php submit_button( __('Test the media connection', 'fg-joomla-to-wordpress'), 'secondary', 'test_download' ); ?>
					<span id="download_test_message" class="action_message"></span></td>
				</tr>