Browse Source

Initialisation suite dossier et config

Mathieu Moulin 3 years ago
parent
commit
eed96eaa15

+ 0 - 0
app/.gitkeep


+ 1 - 0
app/config/.gitignore

@@ -0,0 +1 @@
+*

+ 0 - 0
app/config/.gitkeep


+ 2 - 0
app/config/.htaccess

@@ -0,0 +1,2 @@
+order deny,allow
+deny from all

+ 14 - 0
app/config/config.inc.php.dist

@@ -0,0 +1,14 @@
+<?php
+
+define("DB_HOST", "localhost");
+define("DB_USER", "");
+define("DB_PASS", "");
+define("DB_BASE", "");
+
+define("PATH_ROOT", realpath(dirname(__FILE__)."/.."));
+
+define("PATH_INCLUDE", PATH_ROOT."/include");
+define("PATH_TEMPLATE", PATH_ROOT."/include/template");
+
+#error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);
+

+ 0 - 0
documents/.gitkeep


+ 0 - 0
download/.gitkeep


+ 0 - 0
tests/.gitkeep


+ 0 - 0
tmp/.gitkeep


+ 0 - 0
upload/.gitkeep


+ 0 - 0
var/.gitkeep


+ 0 - 0
var/cache/.gitkeep


+ 0 - 0
var/log/.gitkeep


+ 0 - 0
vendor/.gitkeep


+ 0 - 0
web/assets/.gitkeep


+ 0 - 0
web/assets/css/.gitkeep


+ 0 - 0
web/assets/fonts/.gitkeep


+ 0 - 0
web/assets/img/.gitkeep


+ 0 - 0
web/assets/js/.gitkeep