diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-05-05 19:34:39 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-05-05 19:34:39 +0200 |
| commit | 705c4cb50eea66585cc95c7314001fce9dd197cd (patch) | |
| tree | 4a448f4e30b117e12306b643121f49da15e6376b /vendor.inc.php | |
| download | Catalog-705c4cb50eea66585cc95c7314001fce9dd197cd.tar.gz Catalog-705c4cb50eea66585cc95c7314001fce9dd197cd.zip | |
Initial commit
Diffstat (limited to 'vendor.inc.php')
| -rw-r--r-- | vendor.inc.php | 8 |
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'; +?> |
