Renamed config.php to settup.php
This commit is contained in:
parent
5d4d384958
commit
b207fc4c4b
3 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue