Вход Регистрация
Файл: sys/inc/chmod_test.php
Строк: 23
<?

function test_chmod($df) {
global 
$err;
    if (
is_writable($df)) {
        echo 
'<span class="on">' $df '<br/>[Необходимые права имеются]</span><br/>';
    } elseif (!
file_exists($df)) {
        
$err[]='Создайте папку ' $df;
    } else {
        
$err[]='Установите права (755 или 777) на папку ' $df;
    }
}

if (
file_exists('install/'))
    
test_chmod('install/');
test_chmod('sys/dat/');
test_chmod('sys/forum/files');
test_chmod('sys/gallery/48/');
test_chmod('sys/gallery/50/');
test_chmod('sys/gallery/128/');
test_chmod('sys/gallery/640/');
test_chmod('sys/gallery/foto/');
test_chmod('sys/inc/');
test_chmod('sys/fnc/');
test_chmod('sys/obmen/files/');
test_chmod('sys/obmen/screens/14/');
test_chmod('sys/obmen/screens/48/');
test_chmod('sys/obmen/screens/128/');
test_chmod('sys/update/');
test_chmod('sys/tmp/');
test_chmod('style/themes/');
test_chmod('style/smiles/');
test_chmod('sys/gift/');
test_chmod('gangs/emblem/norm/');
test_chmod('gangs/emblem/mini/');

if (
file_exists('sys/dat/settings_6.2.dat'))
    
test_chmod('sys/dat/settings_6.2.dat');
?>
Онлайн: 0
Реклама