summaryrefslogtreecommitdiffstats
path: root/config.inc.php
blob: 23456fcf8552c975838d2e18b861334c17f0a1de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
/*
*  config.inc.php
*
*/


/* edit this vars */
define("DEBUG", false);
define("USERNAME", "admin");
define("PASSWORD", "admin");


/* restrictions */
define("ALLOW_REBOOT", false);
define("ALLOW_POWEROFF", false);
define("ALLOW_LOCK", false);


define("SCREENSHOT_SIZE", "60");
define("SCREENSHOT_MINI_SIZE", "25");

define("CACHE_TIMEOUT", 4);


$site["smarty_templates_c"]="/var/cache/tcosphpmonitor/";


?>