mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-13 00:24:27 +02:00
#431 initial commit for MONSTRA 4
This commit is contained in:
10
index.php
Executable file
10
index.php
Executable file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
// Monstra requires PHP 5.5.9 or greater
|
||||
version_compare(PHP_VERSION, "5.5.9", "<") and exit("Monstra requires PHP 5.5.9 or greater.");
|
||||
|
||||
// Register the auto-loader.
|
||||
require_once __DIR__ . '/vendor/autoload.php';
|
||||
|
||||
// Initialize Monstra Application
|
||||
Monstra::init();
|
Reference in New Issue
Block a user