linwu 1 سال پیش
والد
کامیت
cc3d1e90b8
4فایلهای تغییر یافته به همراه15 افزوده شده و 0 حذف شده
  1. 2 0
      .gitignore
  2. 10 0
      data/config_back.php
  3. 0 0
      data/install.lock
  4. 3 0
      public/uploads/.gitignore

+ 2 - 0
.gitignore

@@ -0,0 +1,2 @@
+/.idea
+/data/config.php

+ 10 - 0
data/config_back.php

@@ -0,0 +1,10 @@
+<?php
+$config = array();
+$config['db']['master']['host'] = 'localhost';
+$config['db']['master']['username'] = 'root';
+$config['db']['master']['password'] = '';
+$config['db']['master']['port'] = '3306';
+$config['db']['master']['database'] = 'jbangjia';
+$config['db']['master']['charset'] = 'utf8';
+$config['db']['master']['pconnect'] = 0;
+$config['db']['master']['tablepre'] = 'ims_';

+ 0 - 0
data/install.lock


+ 3 - 0
public/uploads/.gitignore

@@ -0,0 +1,3 @@
+*
+!.gitignore
+!robots.txt