Browse Source

Rename database connection file

Frans Bergman 7 năm trước cách đây
mục cha
commit
4ce6c3f22a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();