Merge remote-tracking branch 'remotes/seblucas/master'

Conflicts:
	lang/Localization_nl.json
This commit is contained in:
Michael 2014-03-05 15:39:20 +01:00
commit 790f9f6888
7 changed files with 24 additions and 16 deletions

View file

@ -3,7 +3,7 @@
* COPS (Calibre OPDS PHP Server) HTML main script
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Sébastien Lucas <sebastien@slucas.fr>
* @author Sébastien Lucas <sebastien@slucas.fr>
*
*/
@ -61,10 +61,11 @@
<?php
if (useServerSideRendering ()) {
// Get the data
$data = getJson (true);
require_once ("JSON_renderer.php");
$data = JSONRenderer::getJson (true);
echo serverSideRender ($data);
}
?>
</body>
</html>
</html>