Update include paths and merge config.inc.php

This commit is contained in:
Guangcong Luo
2020-07-27 17:03:58 -07:00
parent 3988c4d726
commit 0bda3daa80
9 changed files with 17 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
<?php
include_once dirname(__FILE__).'/../config/config.inc.php';
include_once __DIR__ . '/../config/config.inc.php';
class PSDatabase {
var $db = null;