partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 8a45e1b61a2e63d75f922ec47d4c9e6d8cce9a34
parent bd0959a35f2412422934809063563307b85b2043
Author: Felicitus <felicitus@felicitus.org>
Date:   Thu, 23 Jun 2011 13:19:28 +0200

Added auto login for release builds because we are using that on the demo site. TODO: Add a demo build so that we can separate production and demo builds

Diffstat:
Mfrontend/config-release.php | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/frontend/config-release.php b/frontend/config-release.php @@ -1,2 +1,3 @@ <?php -$debug = false;- \ No newline at end of file +$debug = false; +$autoLogin = true;+ \ No newline at end of file