mastodon-admintools/bootstrap.php

8 lines
95 B
PHP

<?php
require_once("config.php");
require_once("functions.php");
$db=new PDO($conf["db"]);