Add missing php end tag

Just downloaded Pico and got an server error. Fixed it by adding the php end tag that went missing in commit 145915346c
This commit is contained in:
Marius Haugli Kristensen 2014-01-24 15:40:15 +01:00
parent dc663cee6d
commit cfc78549bb

View file

@ -11,3 +11,5 @@ define('CACHE_DIR', LIB_DIR .'cache/');
require(ROOT_DIR .'vendor/autoload.php');
require(LIB_DIR .'pico.php');
$pico = new Pico();
?>