4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / index.php PHP
<?php

require 'vendor/autoload.php';

$smarty = new Smarty();
$smarty->setTemplateDir('./template');
$smarty->setConfigDir('/./config');
$smarty->setCompileDir('./compile');
$smarty->setCacheDir('./cache');

$smarty->display('index.tpl');