Quellcode durchsuchen

config sample file

master
Robin Thoni vor 9 Jahren
Ursprung
Commit
470408e33e
2 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
  1. 1
    0
      .gitignore
  2. 7
    0
      misc/config.php.sample

+ 1
- 0
.gitignore Datei anzeigen

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

+ 7
- 0
misc/config.php.sample Datei anzeigen

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

Laden…
Abbrechen
Speichern