mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-24 12:51:05 +01:00
6 lines
79 B
PHP
6 lines
79 B
PHP
<?php
|
|
|
|
define('DOCROOT', __DIR__.'/../..');
|
|
|
|
$dbo = Database::getConnection();
|