Ejemplo n.º 1
0
			</td>
		</tr>
		<tr>
			<td colspan="2">
				<h3><?php 
    fs_e('Exclude hits');
    ?>
</h3>
			</td>
		</tr>
		<tr>
			<td colspan="2" class="config_cell">
				<ul>
					<li>
					<?php 
    fs_create_checkbox('save_excluded_records', fs_r('Save excluded records (not recommended)'));
    ?>
					</li>
					<li>
						<?php 
    fs_e('Purge excluded records stored in the database');
    ?>
						(<b id="num_excluded"><?php 
    echo fs_get_num_excluded();
    ?>
</b>)
						<button class="button" onclick="sendRequest('action=purgeExcludedHits')">
							<?php 
    fs_e('Purge');
    ?>
						</button>
Ejemplo n.º 2
0
require_once FS_ABS_PATH . '/php/html-utils.php';
?>
<br/>
<h2><?php 
fs_e('Tools');
?>
</h2>
<?php 
fs_e('This section contains various tools');
?>
<br/>

<?php 
fs_output_sysinfo_information();
echo "<br/>";
fs_create_checkbox("user_agreed_to_send_system_information", "<b>" . fs_r("I agree to send system information") . "</b>", false, true);
?>


<h3><?php 
fs_e('Diagnostics');
?>
</h3>
<?php 
fs_e('System diagnostics page');
?>
: <button class="button" onclick="openWindow('<?php 
echo fs_url("bridge.php?file_id=system_test");
?>
',800,800)"><?php 
fs_e('Open');