mirror of
https://codeberg.org/vlw/honeypot.git
synced 2025-09-14 02:43:41 +02:00
Compare commits
No commits in common. "master" and "1.0.0" have entirely different histories.
5 changed files with 5 additions and 8 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[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 (with submodules) anywhere Pragma can read its contents.
|
||||
Clone this repo anywhere Pragma can read its contents.
|
||||
|
||||
```
|
||||
$ git clone http://github.com/VictorWesterlund/honeypot --recurse-submodules
|
||||
$ git clone http://github.com/VictorWesterlund/honeypot
|
||||
```
|
||||
|
||||
3. **Set env var**
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit ba34c5719fda3131a66ed9664ee182900c495bbd
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
require_once Path::root("database/9f50ea1a5be726e610dc2fe134926869/SQLite.php");
|
||||
require_once Path::root("database/SQLite/SQLite.php");
|
||||
|
||||
class PotDB extends SQLiteDriver {
|
||||
public function __construct() {
|
||||
|
|
1
database/SQLite
Submodule
1
database/SQLite
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 6ded7c0c2fc457ac5abe8c49f802918fdf005a16
|
Loading…
Add table
Reference in a new issue