X-Git-Url: https://git.cweiske.de/phancap.git/blobdiff_plain/1a45824437af940421c62ec0ddc6132fcd2075c5..09ad15fd2ed08bbfb4ed4d70ff21f774387aa204:/www/index.php diff --git a/www/index.php b/www/index.php index 947a1bf..d2580be 100644 --- a/www/index.php +++ b/www/index.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')) { @@ -18,7 +27,8 @@ $config = new Config(); try { $config->load(); $options->setConfig($config); -} catch (\Exception $e) {} +} catch (\Exception $e) { +} ?> @@ -90,7 +100,9 @@ try {

-
Available URL parameters
+
+ Available URL parameters +
@@ -133,5 +145,13 @@ foreach ($options->options as $name => $option) { + + +