summaryrefslogtreecommitdiffstats
path: root/vendor.inc.php
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-05-05 19:34:39 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-05-05 19:34:39 +0200
commit705c4cb50eea66585cc95c7314001fce9dd197cd (patch)
tree4a448f4e30b117e12306b643121f49da15e6376b /vendor.inc.php
downloadCatalog-705c4cb50eea66585cc95c7314001fce9dd197cd.tar.gz
Catalog-705c4cb50eea66585cc95c7314001fce9dd197cd.zip
Initial commit
Diffstat (limited to 'vendor.inc.php')
-rw-r--r--vendor.inc.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor.inc.php b/vendor.inc.php
new file mode 100644
index 0000000..fe4eac3
--- /dev/null
+++ b/vendor.inc.php
@@ -0,0 +1,8 @@
+<?php
+
+// setup the autoloading
+require_once 'vendor/autoload.php';
+
+// setup Propel
+require_once 'generated-conf/config.php';
+?>