mirror of
https://github.com/friendica/friendica
synced 2025-04-26 14:30:13 +00:00
The file dba.php was missing in the last commit :) Additionally there are some chamges to the update script.
This commit is contained in:
parent
405dd794fe
commit
66996a2fa3
2 changed files with 16 additions and 224 deletions
|
@ -1,5 +1,10 @@
|
|||
<?php
|
||||
|
||||
if(class_exists('\PDO') && in_array('mysql', PDO::getAvailableDrivers())) {
|
||||
require_once("library/dddbl2/dddbl.php");
|
||||
require_once("include/dba_pdo.php");
|
||||
}
|
||||
|
||||
require_once('include/datetime.php');
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue