Файл: install/plugins/chmod.php
Строк: 116
<?php
$chmod = 0755;
$root = ROOT;
@CHMOD($root.'/files/', $chmod);
@CHMOD($root.'/files/download/', $chmod);
@CHMOD($root.'/files/receiver/', $chmod);
@CHMOD($root.'/files/upload/communities/', $chmod);
@CHMOD($root.'/files/upload/communities/avatar/', $chmod);
@CHMOD($root.'/files/upload/communities/avatar/100x100/', $chmod);
@CHMOD($root.'/files/upload/communities/screensaver/', $chmod);
@CHMOD($root.'/files/upload/communities/screensaver/850x200/', $chmod);
@CHMOD($root.'/files/upload/', $chmod);
@CHMOD($root.'/files/upload/alpha_install/', $chmod);
@CHMOD($root.'/files/upload/alpha_install/php/', $chmod);
@CHMOD($root.'/files/upload/alpha_install/sql/', $chmod);
@CHMOD($root.'/files/upload/gifts/', $chmod);
@CHMOD($root.'/files/upload/medal/', $chmod);
@CHMOD($root.'/files/upload/music/', $chmod);
@CHMOD($root.'/files/upload/music/source/', $chmod);
@CHMOD($root.'/files/upload/photos/', $chmod);
@CHMOD($root.'/files/upload/photos/50x50/', $chmod);
@CHMOD($root.'/files/upload/photos/150x150/', $chmod);
@CHMOD($root.'/files/upload/photos/240x240/', $chmod);
@CHMOD($root.'/files/upload/photos/260x260/', $chmod);
@CHMOD($root.'/files/upload/photos/source/', $chmod);
@CHMOD($root.'/files/upload/screensaver/', $chmod);
@CHMOD($root.'/files/upload/screensaver/850x200/', $chmod);
@CHMOD($root.'/files/upload/screensaver/no_screen_saver/', $chmod);
@CHMOD($root.'/files/upload/screensaver/source/', $chmod);
@CHMOD($root.'/files/upload/smiles/', $chmod);
@CHMOD($root.'/files/upload/videos/', $chmod);
@CHMOD($root.'/files/upload/videos/screen/', $chmod);
@CHMOD($root.'/files/upload/videos/screen/240x240/', $chmod);
@CHMOD($root.'/files/upload/videos/source/', $chmod);
@CHMOD($root.'/main/', $chmod);
@CHMOD($root.'/modules/', $chmod);
@CHMOD($root.'/panel/', $chmod);
@CHMOD($root.'/style/', $chmod);
@CHMOD($root.'/style/country/', $chmod);
@CHMOD($root.'/style/fonts/', $chmod);
@CHMOD($root.'/style/panel/', $chmod);
@CHMOD($root.'/style/panel/include/', $chmod);
@CHMOD($root.'/style/panel/version/', $chmod);
@CHMOD($root.'/style/panel/version/touch/', $chmod);
@CHMOD($root.'/style/panel/version/web/', $chmod);
@CHMOD($root.'/style/panel/include/touch/', $chmod);
@CHMOD($root.'/style/panel/include/touch/include/', $chmod);
@CHMOD($root.'/style/panel/include/web/', $chmod);
@CHMOD($root.'/style/panel/include/web/include/', $chmod);
@CHMOD($root.'/style/version/', $chmod);
@CHMOD($root.'/style/version/touch/', $chmod);
@CHMOD($root.'/style/version/touch/favicon/', $chmod);
@CHMOD($root.'/style/version/touch/logo/', $chmod);
@CHMOD($root.'/style/version/touch/include/', $chmod);
@CHMOD($root.'/style/version/web/', $chmod);
@CHMOD($root.'/style/version/web/favicon/', $chmod);
@CHMOD($root.'/style/version/web/logo/', $chmod);
@CHMOD($root.'/style/version/web/include/', $chmod);
@CHMOD($root.'/system/', $chmod);
@CHMOD($root.'/system/AJAX/', $chmod);
@CHMOD($root.'/system/AJAX/AlphaPlayer/', $chmod);
@CHMOD($root.'/system/AJAX/AlphaPlayer/icons/', $chmod);
@CHMOD($root.'/system/AJAX/AlphaPlayer/inc/', $chmod);
@CHMOD($root.'/system/AJAX/change/', $chmod);
@CHMOD($root.'/system/AJAX/change/panel/', $chmod);
@CHMOD($root.'/system/AJAX/change/touch/', $chmod);
@CHMOD($root.'/system/AJAX/change/web/', $chmod);
@CHMOD($root.'/system/AJAX/jquery/', $chmod);
@CHMOD($root.'/system/AJAX/panel/', $chmod);
@CHMOD($root.'/system/AJAX/php/', $chmod);
@CHMOD($root.'/system/config/', $chmod);
@CHMOD($root.'/system/config/global/', $chmod);
@CHMOD($root.'/system/connections/', $chmod);
@CHMOD($root.'/system/connections/footer/', $chmod);
@CHMOD($root.'/system/connections/global/', $chmod);
@CHMOD($root.'/system/connections/global/users/', $chmod);
@CHMOD($root.'/system/connections/header/', $chmod);
@CHMOD($root.'/system/connections/method/', $chmod);
@CHMOD($root.'/system/connections/method/post/', $chmod);
@CHMOD($root.'/system/connections/method/get/', $chmod);
@CHMOD($root.'/system/connections/panel/', $chmod);
@CHMOD($root.'/system/functions/', $chmod);
@CHMOD($root.'/system/functions/panel/', $chmod);
@CHMOD($root.'/system/languages/', $chmod);
@CHMOD($root.'/system/languages/config/', $chmod);
@CHMOD($root.'/system/languages/plugins/', $chmod);
@CHMOD($root.'/system/PHP-classes/', $chmod);
@CHMOD($root.'/system/PHP-classes/comments/', $chmod);
@CHMOD($root.'/system/PHP-classes/user/', $chmod);
@CHMOD($root.'/system/PHP-classes/login/', $chmod);
@CHMOD($root.'/users/', $chmod);
@CHMOD($root.'/users/attachments/', $chmod);
@CHMOD($root.'/users/profile/', $chmod);
@CHMOD($root.'/users/cabinet/', $chmod);
@CHMOD($root.'/users/cabinet/plugins/', $chmod);
@CHMOD($root.'/users/cabinet/components/', $chmod);
@CHMOD($root.'/users/shop/', $chmod);
@CHMOD($root.'/users/shop/plugins/', $chmod);
@CHMOD($root.'/users/shop/components/', $chmod);
?>