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:
parent
dc663cee6d
commit
cfc78549bb
1 changed files with 2 additions and 0 deletions
|
@ -11,3 +11,5 @@ define('CACHE_DIR', LIB_DIR .'cache/');
|
|||
require(ROOT_DIR .'vendor/autoload.php');
|
||||
require(LIB_DIR .'pico.php');
|
||||
$pico = new Pico();
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Reference in a new issue