<?php include('config.php'); ?>
<?php if (file_exists('scripts/xml_running')) { ?>
<li style="border:none; color: #009900; font-weight: bold;">XML Import is running!</li>
<?php } else { ?>
<li style="border:none;">XML Import is not running.</li>
<?php } ?>