1
0
mirror of https://github.com/Foltik/Shimapan synced 2024-09-21 19:28:40 -04:00
shimapan/includes/database.inc.php

4 lines
96 B
PHP
Raw Normal View History

2016-08-14 10:21:53 -04:00
<?php
require_once 'settings.inc.php';
$db = new PDO(SHIM_DB_CONN, SHIM_DB_USER, SHIM_DB_PASS);