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

pico-3.0-alpha
Daniel Rudolf 7 years ago
parent 1ce4a0bc36
commit 09057db2e0
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
  1. 3
      index.php.dist

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

Loading…
Cancel
Save