Example #1
0
                    ?>
 разрешена.</td>
			<tr>
				<?php 
                } else {
                    ?>
			<tr>
				<td class="test-error">Запись в директорию для torrent-файлов <?php 
                    echo $torrentPath;
                    ?>
 запрещена.</td>
			<tr>			
				<?php 
                }
                $dir = str_replace('include', '', $dir);
                if (Sys::checkWriteToPath($dir)) {
                    ?>
			<tr>
				<td>Запись в системную директорию <?php 
                    echo $dir;
                    ?>
 разрешена.</td>
			<tr>
				<?php 
                } else {
                    ?>
			<tr>
				<td class="test-error">Запись в системную директорию <?php 
                    echo $dir;
                    ?>
 запрещена.</td>