mirror of
https://github.com/sigmasternchen/drnk.me
synced 2025-03-15 17:58:54 +00:00
7 lines
132 B
PHP
7 lines
132 B
PHP
<?php
|
|
|
|
return (function() {
|
|
require(ROOT . "/credentials.php");
|
|
|
|
return new PDO($DB_DSN, $DB_USERNAME, $DB_PASSWORD);
|
|
})();
|