no reason to make people change the logs path every time
This commit is contained in:
parent
7e64c718c4
commit
914c5ad303
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
// This file contains all variables needed by other php scripts
|
||||
|
||||
$LogRelativePath = './';
|
||||
$LogRelativePath = 'logs/';
|
||||
|
||||
// ----------------------------------------------------------------------------------------
|
||||
// Variables for nel database access
|
||||
|
|
Loading…
Reference in a new issue