Remove user-facing references to Observium

This eliminates nearly all of the user-facing references to Observium,
including in the names of temporary files and in the metadata of PDFs.  Many
of these may not be used any more, but I've adjusted them anyway.  These
changes should also make it easier to change the branding later if it is
needed.  There are a few references of which I still don't understand the
significance, so I've left them as-is for now.  The Unix agent in particular
is rather untidy.
This commit is contained in:
Paul Gear
2013-11-05 09:33:32 +10:00
parent 346ca22a97
commit aa9dded019
32 changed files with 109 additions and 169 deletions

View File

@@ -52,7 +52,7 @@ switch ($vars['protocol'])
include('pages/routing/'.$vars['protocol'].'.inc.php');
break;
default:
echo("<h2>Error. Please report this to observium developers.</h2>");
echo(report_this('Unknown protocol '.$vars['protocol']));
break;
}