소스 검색

config sample file

master
Robin Thoni 9 년 전
부모
커밋
470408e33e
2개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      .gitignore
  2. 7
    0
      misc/config.php.sample

+ 1
- 0
.gitignore 파일 보기

@@ -0,0 +1 @@
1
+misc/config.php

+ 7
- 0
misc/config.php.sample 파일 보기

@@ -0,0 +1,7 @@
1
+<?php
2
+$database_host = "localhost";
3
+$database_port = 3306;
4
+$database_name = "";
5
+$database_user = "";
6
+$database_pass = "";
7
+?>

Loading…
취소
저장