mirror of
https://codeberg.org/vlw/honeypot.git
synced 2025-09-13 18:33:41 +02:00
Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
2e4cc7e31c | |||
b2c04292d1 | |||
53509a7257 |
5 changed files with 8 additions and 5 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "database/9f50ea1a5be726e610dc2fe134926869"]
|
||||
path = database/9f50ea1a5be726e610dc2fe134926869
|
||||
url = https://gist.github.com/9f50ea1a5be726e610dc2fe134926869.git
|
|
@ -15,10 +15,10 @@ Can the IP, HTTP Headers and more from anyone trying to log in to this site. Eve
|
|||
|
||||
2. **Clone this repo**
|
||||
|
||||
Clone this repo anywhere Pragma can read its contents.
|
||||
Clone this repo (with submodules) anywhere Pragma can read its contents.
|
||||
|
||||
```
|
||||
$ git clone http://github.com/VictorWesterlund/honeypot
|
||||
$ git clone http://github.com/VictorWesterlund/honeypot --recurse-submodules
|
||||
```
|
||||
|
||||
3. **Set env var**
|
||||
|
|
1
database/9f50ea1a5be726e610dc2fe134926869
Submodule
1
database/9f50ea1a5be726e610dc2fe134926869
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit ba34c5719fda3131a66ed9664ee182900c495bbd
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
require_once Path::root("database/SQLite/SQLite.php");
|
||||
require_once Path::root("database/9f50ea1a5be726e610dc2fe134926869/SQLite.php");
|
||||
|
||||
class PotDB extends SQLiteDriver {
|
||||
public function __construct() {
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 6ded7c0c2fc457ac5abe8c49f802918fdf005a16
|
Loading…
Add table
Reference in a new issue