projects
/
ampy.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Parameter file to store selected audio device
[ampy.git]
/
html
/
lastupdate.php
1
<!DOCTYPE html>
2
<meta charset="UTF-8">
3
4
<?php
5
require_once('config.php');
6
7
$info=rrd_lastupdate(RRDFILE);
8
if ($info === FALSE)
9
echo("error in rrd_lastupdate: ".rrd_error());
10
else
11
print_r($info);
12
?>