X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;h=b95b16d3dc40d1f45063f416f8804c444a793f81;hb=27d39343f641c2f3c63e7699b8de94786aadbfea;hp=e096a9c0d7ba52a96212c297e2b3265f2ab9ac69;hpb=5defe799714e64bea47ba0ceaeac0a5d1a7d4eff;p=dylansserver.git diff --git a/index.php b/index.php index e096a9c..b95b16d 100644 --- a/index.php +++ b/index.php @@ -13,10 +13,10 @@ abstract class cms { public function __construct() { $config = parse_ini_file($this->config_file, true); $this->db = new mysqli( - $config[database]['domain'], - $config[database]['user'], - $config[database]['password'], - $config[database]['database']); + $config['database']['domain'], + $config['database']['user'], + $config['database']['password'], + $config['database']['database']); if (mysqli_connect_errno()) { echo "Problem connecting to database: "; echo mysqli_connect_error(); @@ -163,7 +163,7 @@ class index extends cms {
  • git://dylansserver.com
  • + "/git/">git://dylansserver.com
  • some notes:

    @@ -172,6 +172,13 @@ class index extends cms {
  • here [rss]
  • +
  • +

    my resume:

    +
  • + +
  • [pdf]
  • +
  • OTHER_PROJECTS; @@ -243,8 +250,8 @@ class page extends cms { $this->scripts = " - - + + - - + +