blob: 455f5f9a939b81cf225d5f2430e95c8b80214b07 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
/**
* Main bootstrap module for the faktura web project
*
* @packkage volse.faktura.web
*/
namespace Faktura;
require_once __DIR__ . '/include/api.php';
require_once __DIR__ . '/include/misc.php';
|