Skip to content
Snippets Groups Projects
  • Conrad Zelck's avatar
    c8450c9c
    docs: tell in README to remove 2 lines of code · c8450c9c
    Conrad Zelck authored
    
    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>
    c8450c9c
    History
    docs: tell in README to remove 2 lines of code
    Conrad Zelck authored
    
    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>
To learn more about this project, read the wiki.