Add Pico::setConfig() example to index.php.dist

This commit is contained in:
Daniel Rudolf 2018-07-01 17:17:15 +02:00
parent 1ce4a0bc36
commit 09057db2e0
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
1 changed files with 3 additions and 0 deletions

View File

@ -32,5 +32,8 @@ $pico = new Pico(
'themes/' // themes dir
);
// override configuration?
//$pico->setConfig(array());
// run application
echo $pico->run();