moving to observernms.org

git-svn-id: http://www.observium.org/svn/observer/trunk@344 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2009-02-06 14:01:55 +00:00
parent 7fa663d9f5
commit 5af08de4fe
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
This software is currently Alpha, so no real documentation exists yes. This software is currently Alpha, so no real documentation exists yes.
Please see http://www.project-observer.org for some instructions. Please see http://www.observernms.org for some instructions.
Please also contact me via adama@memetic.org if you run in to any issues. Please also contact me via adama@memetic.org if you run in to any issues.

2
README
View File

@@ -1,4 +1,4 @@
Copyright (C) 2006-2008 Adam Armstrong <adama@project-observer.org> Copyright (C) 2006-2008 Adam Armstrong <adama@observernms.org>
Please see license.txt for usage requirements and restrictions. Please see license.txt for usage requirements and restrictions.

View File

@@ -43,7 +43,7 @@ $config['overlib_defaults'] = ",FGCOLOR,'#e5e5e5', BGCOLOR, '#e5e5e5'";
$config['nets'] = array ("10.0.0.0/8", "172.22.0.0/16"); $config['nets'] = array ("10.0.0.0/8", "172.22.0.0/16");
### Your company domain name and specifics ### Your company domain name and specifics
$config['mydomain'] = "project-observer.net"; $config['mydomain'] = "observernms.net";
$config['page_title'] = "Project Observer"; $config['page_title'] = "Project Observer";
$config['title_image'] = "images/observer-logo.jpg"; $config['title_image'] = "images/observer-logo.jpg";
$config['stylesheet'] = "css/styles.css"; $config['stylesheet'] = "css/styles.css";

View File

@@ -119,7 +119,7 @@ function popUp(URL) {
$end = utime(); $run = $end - $start; $end = utime(); $run = $end - $start;
$gentime = substr($run, 0, 5); $gentime = substr($run, 0, 5);
echo("<br /> <center>Generated in $gentime seconds echo("<br /> <center>Generated in $gentime seconds
<br /> <a href='http://www.project-observer.org'>Observer " . $config['version'] . "</a> &copy; 2006-2008 Adam Armstrong"); <br /> <a href='http://www.observernms.org'>Observer " . $config['version'] . "</a> &copy; 2006-2009 Adam Armstrong");
?> ?>

View File

@@ -4,7 +4,7 @@
include("config.php"); include("config.php");
include("includes/functions.php"); include("includes/functions.php");
$dataHandle = fopen("http://www.project-observer.org/latest.php", r); $dataHandle = fopen("http://www.observernms.org/latest.php", r);
if($dataHandle) if($dataHandle)
{ {