浏览代码

Rename database connection file

Frans Bergman 7 年之前
父节点
当前提交
4ce6c3f22a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      php/api.php

+ 1 - 1
php/api.php

@@ -6,7 +6,7 @@
   session_start();
 
   // Database settings
-  require ("db.php");
+  require ("config.php");
 
   $data = new StdClass();