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")) | |
$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")) |