diff --git a/INSTALL b/INSTALL index a28c557831..78e0a72278 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,5 @@ 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. diff --git a/README b/README index 2a0927f935..6c4436faa8 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Copyright (C) 2006-2008 Adam Armstrong +Copyright (C) 2006-2008 Adam Armstrong Please see license.txt for usage requirements and restrictions. diff --git a/config.php.default b/config.php.default index 027d587547..66215a1861 100755 --- a/config.php.default +++ b/config.php.default @@ -43,7 +43,7 @@ $config['overlib_defaults'] = ",FGCOLOR,'#e5e5e5', BGCOLOR, '#e5e5e5'"; $config['nets'] = array ("10.0.0.0/8", "172.22.0.0/16"); ### Your company domain name and specifics -$config['mydomain'] = "project-observer.net"; +$config['mydomain'] = "observernms.net"; $config['page_title'] = "Project Observer"; $config['title_image'] = "images/observer-logo.jpg"; $config['stylesheet'] = "css/styles.css"; diff --git a/html/index.php b/html/index.php index fc7b43a597..321cdb3750 100755 --- a/html/index.php +++ b/html/index.php @@ -119,7 +119,7 @@ function popUp(URL) { $end = utime(); $run = $end - $start; $gentime = substr($run, 0, 5); echo("
Generated in $gentime seconds -
Observer " . $config['version'] . " © 2006-2008 Adam Armstrong"); +
Observer " . $config['version'] . " © 2006-2009 Adam Armstrong"); ?> diff --git a/versioncheck.php b/versioncheck.php index a953fa43f6..1bb25b4c37 100755 --- a/versioncheck.php +++ b/versioncheck.php @@ -4,7 +4,7 @@ include("config.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) {