This repository has been archived on 2021-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
nomipinball/db.php

4 lines
55 B
PHP

<?php
$db = new PDO("sqlite:".__DIR__."/pinball.db");