Renamed config.php to settup.php

This commit is contained in:
Pauli Nieminen 2008-08-08 19:11:55 +00:00
parent 5d4d384958
commit b207fc4c4b
3 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ if ($argc != 2)
}
$root_dir = $argv[1];
require_once $root_dir . '../include/config.php';
require_once $root_dir . '../include/settup.php';
// used to show all queries to db when debuging;
//$db->debug = true;

View file

@ -1,7 +1,7 @@
<?php
$root_dir = './';
require_once($root_dir . '../include/config.php');
require_once($root_dir . '../include/settup.php');
$header = new Header('index');