DEBSOURCES
Skip Quicknav
sources / uwsgi-plugin-php / 0.0.15 / debian / tests / htdocs / index.php
123456789
<?php if (!session_start()) { echo "PHP sessions could not be initialized."; } else { echo "Hello World!\n"; } ?>