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.
28 lines
888 B
28 lines
888 B
<?php
|
|
|
|
$checking_dirs = array(
|
|
'admin',
|
|
'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/sqldata',
|
|
'temp',
|
|
'temp/backup',
|
|
'temp/caches',
|
|
'temp/compiled',
|
|
'temp/compiled/admin',
|
|
'temp/query_caches/',
|
|
'temp/static_caches/',
|
|
'themes'
|
|
);
|
|
|
|
?>
|