diff options
author | Simon Rettberg | 2013-10-15 19:24:01 +0200 |
---|---|---|
committer | Simon Rettberg | 2013-10-15 19:24:01 +0200 |
commit | 43e406068af8f2ae3d77301926bb5d31f392c961 (patch) | |
tree | a71f2fda66e789a6a1d2a9437bc1e37027e4ee93 /config.php | |
download | slx-admin-43e406068af8f2ae3d77301926bb5d31f392c961.tar.gz slx-admin-43e406068af8f2ae3d77301926bb5d31f392c961.tar.xz slx-admin-43e406068af8f2ae3d77301926bb5d31f392c961.zip |
Initial commit
Diffstat (limited to 'config.php')
-rw-r--r-- | config.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.php b/config.php new file mode 100644 index 00000000..fd388657 --- /dev/null +++ b/config.php @@ -0,0 +1,4 @@ +<?php + +define('CONFIG_SESSION_DIR', '/tmp/openslx'); + |