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

docs: tell in README to remove 2 lines of code


Open index.php and remove two lines. Because those embed my personal
website header and you don't have this code.

First remove in <head>:
<?php include dirname($_SERVER['DOCUMENT_ROOT']) . "/simpel.cc/php/head.php"; ?>
Second remove in <header>:
<?php include dirname($_SERVER['DOCUMENT_ROOT']) . "/simpel.cc/php/header.php"; ?>

Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent 756f3d91
No related branches found
No related tags found
No related merge requests found
...@@ -279,6 +279,20 @@ define('PATH', '/Users/me/.pandoc/bin/:/Users/me/context/tex/texmf-osx-arm64/bin ...@@ -279,6 +279,20 @@ define('PATH', '/Users/me/.pandoc/bin/:/Users/me/context/tex/texmf-osx-arm64/bin
It sets the value of the servers environment variable `PATH`. It sets the value of the servers environment variable `PATH`.
Then open `index.php` and remove two lines. Because those embed my personal website header and you don't have this code.
First remove in `<head>`:
```
<?php include dirname($_SERVER['DOCUMENT_ROOT']) . "/simpel.cc/php/head.php"; ?>
```
Second remove in `<header>`:
```
<?php include dirname($_SERVER['DOCUMENT_ROOT']) . "/simpel.cc/php/header.php"; ?>
```
## 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