File: config.php

package info (click to toggle)
opendb 0.62p9-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,544 kB
  • ctags: 3,560
  • sloc: php: 26,575; sql: 1,982; sh: 250; makefile: 54
file content (14 lines) | stat: -rw-r--r-- 426 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

//
// Administrator Config file
//

// defines the menu link in the main system tools page.
$menu_link_name = 'HTTP Cache Admin';
$type_description = 'HTTP Cache Admin';

$http_cache_help = array('\'Delete\' action will delete the file.',
					'\'Delete Older\' action will delete all files older than the file.',
					'\'Delete all cache entries\' action will delete all files, which are at least 10 minutes old.');
?>