Skip to content
Snippets Groups Projects
Unverified Commit 6ca35f90 authored by Conrad Zelck's avatar Conrad Zelck
Browse files

docs: place DEBUG on server for debugging infos


Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent c8450c9c
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,7 @@ swiss-army knife for converting files. ...@@ -26,6 +26,7 @@ swiss-army knife for converting files.
* [Installation](#installation) * [Installation](#installation)
* [Prerequisites](#prerequisites) * [Prerequisites](#prerequisites)
* [Install Pandoc Web](#install-pandoc-web) * [Install Pandoc Web](#install-pandoc-web)
* [Debugging](#debugging)
* [Links](#links) * [Links](#links)
## Manual ## Manual
...@@ -293,6 +294,10 @@ Second remove in `<header>`: ...@@ -293,6 +294,10 @@ Second remove in `<header>`:
<?php include dirname($_SERVER['DOCUMENT_ROOT']) . "/simpel.cc/php/header.php"; ?> <?php include dirname($_SERVER['DOCUMENT_ROOT']) . "/simpel.cc/php/header.php"; ?>
``` ```
### Debugging
You can get debugging infos in the output field from your servers actions. Place a file called `DEBUG` on the server.
## Links ## Links
- [Pandoc](https://pandoc.org) - [Pandoc](https://pandoc.org)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment