projects
/
ampy.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Clean up duplicate php code to inc file
[ampy.git]
/
html
/
config.php
1
<?php
2
define("RRDSOCK", "/var/run/rrdcached.sock");
3
define("RRDFILE", "/var/lib/rrdcached/db/power.rrd");
4
define("VARDIR", "/var/lib/ampy/");
5
define("COUNTERFILE", "/var/lib/ampy/counter");
6
define("IMGWIDTH", 970);
7
define("IMGHEIGHT", 490);
8
?>