From: Dylan Lloyd Date: Sat, 26 Mar 2011 04:06:29 +0000 (-0400) Subject: Switched from dylanstestserver to dylansserver X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=353b047dd912955763184787347927b58bd0e84f;p=dylansserver.git Switched from dylanstestserver to dylansserver --- diff --git a/images/dylansserver.png b/images/dylansserver.png new file mode 100644 index 0000000..5943542 Binary files /dev/null and b/images/dylansserver.png differ diff --git a/index.php b/index.php index 740157b..a2c85ea 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ abstract class cms { - private $config_file = '/etc/dylanstestserver.ini'; + private $config_file = '/etc/dylansserver.ini'; protected $db; protected $recaptcha_publickey; protected $recaptcha_privatekey; @@ -69,13 +69,13 @@ abstract class cms { return $return; } - public function display_head($title = "dylanstestserver", + public function display_head($title = "dylansserver", $home_link = "/") { $scripts = ""; $stylesheets = ""; if (cms::determine_type() == "index") { $scripts = ""; - $home_link = "http://validator.w3.org/unicorn/check?ucn_uri=dylanstestserver.com&ucn_task=conformance#"; + $home_link = "http://validator.w3.org/unicorn/check?ucn_uri=dylansserver.com&ucn_task=conformance#"; } else if ($this->determine_type() == 'note') { $scripts = ""; $scripts .= ""; @@ -102,7 +102,7 @@ abstract class cms {
@@ -167,7 +167,7 @@ class index extends cms {
  • git://dylanstestserver.com
  • + "git">git://dylansserver.com
  • some notes: