X-Git-Url: https://git-public.kairo.at/?p=php-utility-classes.git;a=blobdiff_plain;f=testbed%2Frrd%2Frrd-update.php;fp=testbed%2Frrd%2Frrd-update.php;h=0000000000000000000000000000000000000000;hp=12193192d9968122f9739f57ca827d613fc67b51;hb=7b9ebce7d25e4eaa557e8a64f8b1ed15aad1a9bb;hpb=6638efd5690cd46471a3e01c164e572956a34aa3 diff --git a/testbed/rrd/rrd-update.php b/testbed/rrd/rrd-update.php deleted file mode 100644 index 1219319..0000000 --- a/testbed/rrd/rrd-update.php +++ /dev/null @@ -1,34 +0,0 @@ -$rinfo) { - if (isset($rinfo['auto-update']) && $rinfo['auto-update']) { - $autoupdate[] = $iname; - } - } - $autoupdate[] = 'rrdup'; - foreach ($autoupdate as $rrdname) { - $rrd = new rrdstat($rrd_info, $rrdname); - $rrd->update(); - } -} -else { - print('this is a commandline app.'); -} -?>