Skip to content

Commit

Permalink
Create index.php (#3)
Browse files Browse the repository at this point in the history
This is a landing file if the PHAR archive is accessed through a web browser.
  • Loading branch information
danijelgalic committed Nov 11, 2024
1 parent 7f9b6a0 commit 31fae5e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/public/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php declare(strict_types = 1);

/**
* This file is part of the FireHub Web Application Framework package
*
* This is a landing file if the PHAR archive is accessed through a web browser.
* @since 1.0.0
*
* @author Danijel Galić <danijel.galic@outlook.com>
* @copyright 2025 FireHub Web Application Framework
* @license <https://opensource.org/licenses/OSL-3.0> OSL Open Source License version 3
*
* @package Core\Public
*
* @version GIT: $Id$ Blob checksum.
*/

0 comments on commit 31fae5e

Please sign in to comment.