Skip to content

Commit e7d7814

Browse files
Guido Gröönmrts
authored andcommitted
Added default log file location configuration
1 parent 7c594b4 commit e7d7814

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/configuration.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
// Log file location
4+
if (!defined("LOGFILE")) {
5+
define("LOGFILE", dirname(dirname(__FILE__)) . "/web-eid-authtoken-validation-php.log");
6+
}

0 commit comments

Comments
 (0)