Fix branding on poller-wrapper

This commit is contained in:
Paul Gear
2013-11-26 06:35:55 +10:00
parent 3306768e2d
commit 1af146e39b
2 changed files with 7 additions and 12 deletions

View File

@@ -1,15 +1,15 @@
<?php
/*
Observium configuration to JSON converter
Written by Job Snijders <job.snijders@atrato.com)
Configuration to JSON converter
Written by Job Snijders <job.snijders@atrato.com>
*/
$defaults_file = 'includes/defaults.inc.php';
$config_file = 'config.php';
// move to observium install dir
// move to install dir
chdir(dirname($argv[0]));
function iscli() {