D++ (DPP)  10.0.30
C++ Discord API Bot Library
makedocs.php File Reference

Variables

 $footer = file_get_contents("footer.template.html")
 
 $header = str_replace("##VERSION_OPTIONS##", $opts, $template)
 
 $opts = "<option value='/'>master</option>"
 
foreach($tags as $tag) $taglist = ''
 
 $tags = explode("\n", shell_exec("git tag"))
 
foreach($tags as $tag) $template = file_get_contents("header.template.html")
 
 foreach ( $tags as $tag)
 
 if (!file_exists(getenv("HOME") . "/dpp-web"))
 

Variable Documentation

◆ $footer

$footer = file_get_contents("footer.template.html")

◆ $header

$header = str_replace("##VERSION_OPTIONS##", $opts, $template)

◆ $opts

$opts = "<option value='/'>master</option>"

◆ $taglist

foreach ( $tags as $tag) $taglist = ''

◆ $tags

$tags = explode("\n", shell_exec("git tag"))

◆ $template

foreach ( $tags as $tag) $template = file_get_contents("header.template.html")

◆ foreach

foreach($tags as $tag)

◆ if