added winners and finalists to shadow db and cache arrays

This commit is contained in:
bugzilla%micropipes.com 2006-03-29 22:18:26 +00:00
Родитель a97b485d38
Коммит 91d2511c87
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -111,6 +111,7 @@ $shadow_config = array(
'extensions.php',
'faq.php',
'feeds.php',
'finalists.php',
'history.php',
'index.php',
'policy.php',
@ -119,7 +120,8 @@ $shadow_config = array(
'search-engines.php',
'search.php',
'themes.php',
'update.php'
'update.php',
'winners.php'
);
/**