add_get.php (135B) download
1 <?php
2 $templater = new Lollipop\Template();
3 $template["msg"] = "";
4 echo $templater->template("views/add_user.html", $template);
hanze/iwa-panda2Controller/user/add_get.php in datatowebsite | |
Repositories | Summary | Log | Files | README.md |
add_get.php (135B) download
1 <?php
2 $templater = new Lollipop\Template();
3 $template["msg"] = "";
4 echo $templater->template("views/add_user.html", $template);