Compare commits

...

3 commits

Author SHA1 Message Date
2e4cc7e31c fix: submodule path 2022-12-02 03:11:09 +01:00
b2c04292d1 fix(doc): update README 2022-12-02 02:57:55 +01:00
53509a7257 feat: add SQLite submodule 2022-12-02 02:54:42 +01:00
5 changed files with 8 additions and 5 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "database/9f50ea1a5be726e610dc2fe134926869"]
path = database/9f50ea1a5be726e610dc2fe134926869
url = https://gist.github.com/9f50ea1a5be726e610dc2fe134926869.git

View file

@ -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**

@ -0,0 +1 @@
Subproject commit ba34c5719fda3131a66ed9664ee182900c495bbd

View file

@ -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