| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/icd/administrator/components/com_config/views/application/tmpl/ |
Upload File : |
<?php // no direct access
defined( '_JEXEC' ) or die( 'Restricted access' ); ?>
<fieldset class="adminform">
<legend><?php echo JText::_( 'Server Settings' ); ?></legend>
<table class="admintable" cellspacing="1">
<tbody>
<tr>
<td valign="top" class="key">
<span class="editlinktip hasTip" title="<?php echo JText::_( 'Path to Temp-folder' ); ?>::<?php echo JText::_( 'TIPTMPFOLDER' ); ?>">
<?php echo JText::_( 'Path to Temp-folder' ); ?>
</span>
</td>
<td>
<input class="text_area" type="text" size="50" name="tmp_path" value="<?php echo $row->tmp_path; ?>" />
</td>
</tr>
<tr>
<td class="key">
<span class="editlinktip hasTip" title="<?php echo JText::_( 'GZIP Page Compression' ); ?>::<?php echo JText::_( 'Compress buffered output if supported' ); ?>">
<?php echo JText::_( 'GZIP Page Compression' ); ?>
</span>
</td>
<td>
<?php echo $lists['gzip']; ?>
</td>
</tr>
<tr>
<td class="key">
<span class="editlinktip hasTip" title="<?php echo JText::_( 'Error Reporting' ); ?>::<?php echo JText::_( 'TIPERRORREPORTING' ); ?>">
<?php echo JText::_( 'Error Reporting' ); ?>
</span>
</td>
<td>
<?php echo $lists['error_reporting']; ?>
</td>
</tr>
<tr>
<td class="key">
<span class="editlinktip hasTip" title="<?php echo JText::_('Force SSL'); ?>::<?php echo JText::_( 'TIPFORCESSL' ); ?>">
<?php echo JText::_('Force SSL'); ?>
</span>
</td>
<td>
<?php echo $lists['force_ssl']; ?>
</td>
</tr>
</tbody>
</table>
</fieldset>