Skip to content

Commit bc95078

Browse files
committed
Config for cookie expire, logDirectory and jsUrl
Added cookie expiry time to cookie config Changed logCSRFattack to allow logDirectory config to be an absolute path Added config to allow manual setup of js file
1 parent 638f411 commit bc95078

14 files changed

+1085
-177
lines changed

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
phpunit.phar
2-
coverage/*
2+
coveralls.phar
3+
4+
coverage/
5+
vendor/
6+
build/
7+
log/*.log
8+
9+
# PHPStorm project directory
10+
.idea/*

0 commit comments

Comments
 (0)