Files
pancake/index.php
Tim Bendt 6b9ef7ca55 first
2025-11-25 00:16:35 -05:00

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';