X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;h=a2c85eacf2196dbc8b4a5e75f09efc72ed879b94;hb=353b047dd912955763184787347927b58bd0e84f;hp=687fc690f68cdc323d792cdf97bdeafd960273eb;hpb=8531410ff5fb89df84d28fb097c236e6c5cb894c;p=dylansserver.git diff --git a/index.php b/index.php index 687fc69..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:

    @@ -190,13 +190,13 @@ OTHER_PROJECTS; } protected function display_exhibits() { + echo "
    "; $sql = "SELECT text FROM projects"; $result = $this->db->query($sql); while ($entry = $result->fetch_object()) { - echo "
    "; echo $entry->text; - echo "
    "; } + echo "
    "; } private function list_projects() {