File imporvements

This commit is contained in:
mmk2410 2016-02-16 14:15:21 +01:00
parent da3916bb99
commit c9279b8f1d
4 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,7 @@
<?php <?php
/** /**
* PHP Version 7
*
* User: mmk2410 * User: mmk2410
* Date: 12/6/15 * Date: 12/6/15
* *

View file

@ -1,5 +1,7 @@
<?php <?php
/** /**
* PHP Version 7
*
* User: mmk2410 * User: mmk2410
* Date: 12/6/15 * Date: 12/6/15
* *
@ -22,4 +24,4 @@ if (!isset($blog)) {
} }
} }
print json_encode($posts); print json_encode($posts);
} }

View file

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Version 5.6 * PHP Version 7
* *
* Rangitaki Project * Rangitaki Project
* *

View file

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Version 5 * PHP Version 7
* *
* PHP script for creating the next / prev page links * PHP script for creating the next / prev page links
* *