first
This commit is contained in:
16
index.php
Executable file
16
index.php
Executable file
@@ -0,0 +1,16 @@
|
||||
<?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';
|
||||
Reference in New Issue
Block a user