17 lines
345 B
PHP
Executable File
17 lines
345 B
PHP
Executable File
<?php
|
|
|
|
/**
|
|
* Pancake
|
|
*
|
|
* A simple, fast, self-hosted invoicing application
|
|
*
|
|
* @package Pancake
|
|
* @author Pancake Dev Team
|
|
* @copyright Copyright (c) 2014, Pancake Payments
|
|
* @license http://pancakeapp.com/license
|
|
* @link http://pancakeapp.com
|
|
*/
|
|
|
|
$index_file = __FILE__;
|
|
require_once 'system/pancake/pancake_index.php';
|