X-Git-Url: https://git.cweiske.de/phancap.git/blobdiff_plain/089f5b13404be7cbc678300d3c4d56a7cdd7cabe..09ad15fd2ed08bbfb4ed4d70ff21f774387aa204:/www/setup.php diff --git a/www/setup.php b/www/setup.php index da93207..a49a7ae 100644 --- a/www/setup.php +++ b/www/setup.php @@ -1,8 +1,17 @@ + * @copyright 2014 Christian Weiske + * @license http://www.gnu.org/licenses/agpl.html GNU AGPL v3 + * @link http://cweiske.de/phancap.htm */ +namespace phancap; header('HTTP/1.0 500 Internal Server Error'); if (file_exists(__DIR__ . '/../src/phancap/Autoloader.php')) { @@ -133,7 +142,8 @@ foreach ($messages as $key => $messages) { } foreach ($messages as $data) { list($state, $message) = $data; - $out .= '
  • '; + $out .= '
  • '; $out .= htmlspecialchars($message); $out .= '
  • ' . "\n"; } @@ -149,6 +159,14 @@ $out .= << + + + HTM;