From 512b86606f42ab02a92b356fd7714b8a2c0390f0 Mon Sep 17 00:00:00 2001 From: Botanic Date: Wed, 5 Jun 2013 19:19:09 -0700 Subject: [PATCH] no reason to make people change the logs path every time --- code/ryzom/tools/server/www/login/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/tools/server/www/login/config.php b/code/ryzom/tools/server/www/login/config.php index 50cdcc748..80f89f32b 100644 --- a/code/ryzom/tools/server/www/login/config.php +++ b/code/ryzom/tools/server/www/login/config.php @@ -2,7 +2,7 @@ // This file contains all variables needed by other php scripts -$LogRelativePath = './'; +$LogRelativePath = 'logs/'; // ---------------------------------------------------------------------------------------- // Variables for nel database access