File imporvements
This commit is contained in:
parent
da3916bb99
commit
c9279b8f1d
4 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* PHP Version 7
|
||||
*
|
||||
* User: mmk2410
|
||||
* Date: 12/6/15
|
||||
*
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/**
|
||||
* PHP Version 5.6
|
||||
* PHP Version 7
|
||||
*
|
||||
* Rangitaki Project
|
||||
*
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/**
|
||||
* PHP Version 5
|
||||
* PHP Version 7
|
||||
*
|
||||
* PHP script for creating the next / prev page links
|
||||
*
|
||||
|
|
Reference in a new issue