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.1" have entirely different histories.
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once Path::root("database/9f50ea1a5be726e610dc2fe134926869/SQLite.php");
|
require_once Path::root("database/SQLite/SQLite.php");
|
||||||
|
|
||||||
class PotDB extends SQLiteDriver {
|
class PotDB extends SQLiteDriver {
|
||||||
public function __construct() {
|
public function __construct() {
|
||||||
|
@ -30,4 +30,4 @@
|
||||||
time()
|
time()
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue