PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of walid laggoune   Hydrogen framework   index.php   Download  
File: index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Hydrogen framework
Handle request by controller with configured route
Author: By
Last change: Version 4.2
The 4.1 version is ready
Date: 6 years ago
Size: 109 bytes
 

Contents

Class file image Download
<?php
ob_start
();
if(
phpversion() < "5.5.9") {
    die(
"php version must be <= 5.5.9");
}
require
'boot.php';