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 Version 7
*
* User: mmk2410
* Date: 12/6/15
*

View File

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

View File

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

View File

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