|
|
@ -1,4 +1,14 @@ |
|
|
|
<?php // @codingStandardsIgnoreFile |
|
|
|
<?php // @codingStandardsIgnoreFile |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* This file is part of Pico. It's copyrighted by the contributors recorded |
|
|
|
|
|
|
|
* in the version control history of the file, available from the following |
|
|
|
|
|
|
|
* original location: |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* <https://github.com/picocms/Pico/blob/master/index.php.dist> |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* SPDX-License-Identifier: MIT |
|
|
|
|
|
|
|
* License-Filename: LICENSE |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
// check PHP platform requirements |
|
|
|
// check PHP platform requirements |
|
|
|
if (PHP_VERSION_ID < 50306) { |
|
|
|
if (PHP_VERSION_ID < 50306) { |
|
|
|