Skip to content

Commit

Permalink
Add Pico::setConfig() example to index.php.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
PhrozenByte committed Jul 1, 2018
1 parent 1ce4a0b commit 09057db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ $pico = new Pico(
'themes/' // themes dir
);

// override configuration?
//$pico->setConfig(array());

// run application
echo $pico->run();

0 comments on commit 09057db

Please sign in to comment.