File: index.php

package info (click to toggle)
torrentflux 2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 6,028 kB
  • ctags: 13,559
  • sloc: php: 36,501; python: 12,563; sh: 1,139; sql: 340; makefile: 44; xml: 22
file content (14 lines) | stat: -rwxr-xr-x 329 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

$cfg["main_bgcolor"] = "#000000";
$cfg["table_data_bg"] = "#000000";
$cfg["table_border_dk"] = "#00FF12";
$cfg["table_header_bg"] = "#4A4A4A";
$cfg["table_admin_border"] = "#6E6E6E";
$cfg["body_data_bg"] = "#000000";

// Directory alternating colors for dir.php
$cfg["bgLight"] = "#6E6E6E";
$cfg["bgDark"] = "#4A4A4A";

?>