config dist file
authorChristian Weiske <cweiske@cweiske.de>
Fri, 13 Sep 2013 18:50:48 +0000 (20:50 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Fri, 13 Sep 2013 18:50:48 +0000 (20:50 +0200)
data/config.php.dist [new file with mode: 0644]

diff --git a/data/config.php.dist b/data/config.php.dist
new file mode 100644 (file)
index 0000000..7792229
--- /dev/null
@@ -0,0 +1,3 @@
+<?php
+$GLOBALS['imagestore']['basedir'] = '/path/to/images/';
+?>