You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
970 B

3 years ago
<?php
if (!defined('IN_ECS'))
{
die('Hacking attempt');
}
$checking_dirs = array(
/* 取消检测uc_client */
//'uc_client/data',
'cert',
'images',
'images/upload',
'images/upload/Image',
'images/upload/File',
'images/upload/Flash',
'images/upload/Media',
'data',
'data/afficheimg',
'data/brandlogo',
'data/cardimg',
'data/feedbackimg',
'data/packimg',
'data/sqldata',
'temp',
'temp/backup',
'temp/caches',
'temp/compiled',
'temp/query_caches',
'temp/static_caches'
);
3 years ago
?>