Sindbad~EG File Manager

Current Path : /var/www/web3/upgrade/templates/
Upload File :
Current File : /var/www/web3/upgrade/templates/ManifestCleanupScript.html

<?php if ($isWindows): ?>
<?php foreach ($removeList as $file => $isDir): ?>
<?php if ($isDir): ?>rmdir <?php else: ?>del <?php endif; ?>
<?php print str_replace('/', '\\', $file); ?>

<?php endforeach; ?>
<?php else: ?>
#!/bin/sh
<?php foreach ($removeList as $file => $isDir): ?>
<?php if ($isDir): ?>rmdir <?php else: ?>rm <?php endif; ?>
<?php print $file ?>

<?php endforeach; ?>
<?php endif; ?>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists