-
Notifications
You must be signed in to change notification settings - Fork 19
Commit 1b12ab4
committed
- Fixed a bug which caused a PHP notice, undefined index with accessing
$_SERVER[ 'HTTP_USER_AGENT' ] when it is not set.1 parent 98c6f34 commit 1b12ab4
File tree
3 files changed
+7
-2
lines changed- web
- include/class/scraper
3 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | + | ||
4 | + | ||
5 | + | ||
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | - | ||
101 | + | ||
102 | + | ||
103 | + | ||
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | - | ||
13 | + | ||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments