Core lib of filesite.io, a small PHP Framework. https://fsc.filesite.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
339 B

<style>
body{padding:10px;max-width:480px;margin:0 auto}
code{background-color:#EEE}
pre{padding:10px;background-color:#DDD}
.footer{text-align:center}
</style>
<h1>Welcome to FSC PHP Framework</h1>
<hr>
<h3>App parameters</h3>
<pre>
<?php print_r(FSC::$app); ?>
</pre>
<h3>View parameters</h3>
<pre>
<?php print_r($viewData); ?>
</pre>