mirror of
https://codeberg.org/vlw/honeypot.git
synced 2025-11-05 04:22:43 +01:00
fix: submodule path
This commit is contained in:
parent
b2c04292d1
commit
2e4cc7e31c
1 changed files with 2 additions and 2 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue