X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;h=688363829bc60d9bcf7e48141184ddb6eb9fcf97;hb=324771372e1f7a0db79f0036efccea14e3716bd5;hp=298feada5fc0b3a6948708a8dcc614af4662ca78;hpb=1f14238ea6e202ee90c200b8f0a12a203dd0772d;p=dylansserver.git diff --git a/index.php b/index.php index 298fead..6883638 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 .= ""; @@ -93,7 +93,7 @@ abstract class cms { $this->title - + $stylesheets $scripts @@ -102,7 +102,7 @@ abstract class cms {
@@ -145,6 +145,7 @@ class index extends cms { echo "